Click or drag to resize

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
Syntax
public virtual bool IsPersistent { get; }

Property Value

Type: Boolean
true if this instance is persistent; otherwise, false.

Implements

IDataAttributeIsPersistent
See Also