Storage for the flag indicating the field has been changed and not updated.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool IsDirty { get; set; }
Visual Basic
Property IsDirty As Boolean
	Get
	Set
Visual C++
property bool IsDirty {
	bool get ();
	void set (bool value);
}

Field Value

Boolean true if field has changed

See Also