ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class
Properties Methods


In This Topic
    C1CalcEngine Class Members
    In This Topic

    The following tables list the members exposed by C1CalcEngine.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1CalcEngine.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the calc engine should keep a cache with parsed expressions.  
    Public PropertyGets or sets the CultureInfo to use when parsing numbers and dates.  
    Public PropertyGets or sets the DataContext for this C1CalcEngine.  
    Public PropertyGets the dictionary that contains function definitions.  
    Public PropertyGets or sets a string that specifies special characters that are valid for identifiers.  
    Public PropertyGets or sets whether the calc engine should optimize expressions when they are parsed.  
    Public PropertyGets the dictionary that contains simple variables (not in the DataContext).  
    Top
    Public Methods
     NameDescription
    Public MethodEvaluates a string.  
    Public MethodGets an external object based on an identifier.  
    Public MethodParses a string into an Expression.  
    Public MethodOverloaded. Registers a function that can be evaluated by this C1CalcEngine.  
    Top
    See Also