ChangeTrackingModelBase..::..IsChangedLocal Property

Returns True if any fields were modified since the last call to AcceptChanges. This does not walk the object graph.

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool IsChangedLocal { get; }
Public ReadOnly Property IsChangedLocal As Boolean
	Get

Return Value

true if the object’s content has changed since the last call to AcceptChanges; otherwise, false.