DataAttributeBaseTObjectIsPersistent 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 virtual bool IsPersistent { get; }
Public Overridable ReadOnly Property IsPersistent As Boolean
Get
public:
virtual property bool IsPersistent {
bool get ();
}
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