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

In This Topic
    C1CalcEngine Class
    In This Topic
    Class that parses strings and returns Expression objects that can be evaluated.
    Object Model
    C1CalcEngine Class
    Syntax
    'Declaration
     
    
    Public Class C1CalcEngine 
    public class C1CalcEngine 
    Remarks

    This class has three extensibility points:

    Use the DataContext property to add an object's properties to the engine scope.

    Use the RegisterFunction method to define custom functions.

    Override the GetExternalObject method to add arbitrary variables to the engine scope.

    Inheritance Hierarchy

    System.Object
       C1.Silverlight.Binding.C1CalcEngine

    See Also