ComponentOne Binding Expressions for WPF and Silverlight
C1CalcEngine Class
Members 

C1.WPF.Binding Namespace : C1CalcEngine Class
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.WPF.Binding.C1CalcEngine

See Also

Reference

C1CalcEngine Members
C1.WPF.Binding Namespace