AttributeExpressionsTObjectReactive Property |
Gets the expressions that are meant to recalculate on attribute change.
Each expression is executed when one of it's referenced attributes changes.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<IAttributeExpression> Reactive { get; }
Public ReadOnly Property Reactive As IEnumerable(Of IAttributeExpression)
Get
public:
virtual property IEnumerable<IAttributeExpression^>^ Reactive {
IEnumerable<IAttributeExpression^>^ get () sealed;
}
abstract Reactive : IEnumerable<IAttributeExpression> with get
override Reactive : IEnumerable<IAttributeExpression> with get
Property Value
Type:
IEnumerableIAttributeExpressionImplements
IAttributeExpressionsReactive
See Also