Class that parses strings and returns Expression objects that can be evaluated.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public class C1CalcEngine
Visual Basic
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