Click or drag to resize

AttributeValueTValueOriginalValue Property

Gets the original value of the attribute, which was initially retrieved frmo the data source.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TValue OriginalValue { get; }

Property Value

Type: TValue
The old value.
Remarks
The value of the attribute can later on be changed, but the original value is retained in the memory buffer and returned by this property.
See Also