EditableDomainObjectChangingAttributes Property |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<IDataAttribute> ChangingAttributes { get; }
Public ReadOnly Property ChangingAttributes As IEnumerable(Of IDataAttribute)
Get
public:
property IEnumerable<IDataAttribute^>^ ChangingAttributes {
IEnumerable<IDataAttribute^>^ get ();
}
member ChangingAttributes : IEnumerable<IDataAttribute> with get
Property Value
Type:
IEnumerableIDataAttribute
The changing attributes.
See Also