Click or drag to resize

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
Syntax
public IEnumerable<IDataAttribute> ChangingAttributes { get; }

Property Value

Type: IEnumerableIDataAttribute
The changing attributes.
See Also