ComponentOne Binding Expressions for WPF and Silverlight
Inheritance Hierarchy
In This Topic
    C1.Silverlight.Binding Namespace
    In This Topic
    Classes
     ClassDescription
    ClassA C1.Silverlight.Binding that supports formulas.
    ClassClass that parses strings and returns Expression objects that can be evaluated.
    ClassA StaticResource that supports a path specification.
    ClassBase class that represents parsed expressions.
    ClassFunction definition class (keeps function name, parameter counts, and delegate).
    ClassProvides an implementation so that you can use the "weak event listener" pattern to attach listeners for the PropertyChanged event.
    ClassA class that aggregates values and provides summary statistics (including count, sum, average, standard deviation, and variance).
    ClassExpression that represents an external object.
    Interfaces
     InterfaceDescription
    InterfaceInterface supported by external objects that have to return a value other than themselves (e.g. a cell range object should return the cell content instead of the range itself).
    InterfaceProvides event listening support for classes that expect to receive events through the WeakEvent pattern and a WeakEventManager.
    Delegates
     DelegateDescription
    DelegateDelegate that represents CalcEngine functions.
    See Also