CalculatedDataAttributeIsPersistent Property |
Gets a value indicating whether this attribute is persistent.
Only persistent attributes support track changes.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsPersistent { get; }
Public ReadOnly Property IsPersistent As Boolean
Get
public:
virtual property bool IsPersistent {
bool get () sealed;
}
abstract IsPersistent : bool with get
override IsPersistent : bool with get
Property Value
Type:
Booleantrue if this instance is persistent; otherwise,
false.
Implements
IDataAttributeIsPersistent
See Also