[]
Gets or sets the DataContext for this C1CalcEngine.
public virtual object DataContext { get; set; }
Once a DataContext is set, all public properties of the object become available to the CalcEngine, including sub-properties such as "Address.Street". These may be used with expressions just like any other constant.