DataAttributeBaseTObjectExpressions Property |
Gets the recalc expression.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeExpressions<TObject> Expressions { get; }
Public ReadOnly Property Expressions As AttributeExpressions(Of TObject)
Get
public:
property AttributeExpressions<TObject>^ Expressions {
AttributeExpressions<TObject>^ get ();
}
member Expressions : AttributeExpressions<'TObject> with get
Property Value
Type:
AttributeExpressionsTObject
The recalc expression.
See Also