PropertyBase(TOwner, TValue).IsDirty Property

Tungsten Suite

PropertyBaseTOwner, TValueIsDirty Property

True if Value has changed since initialization or since the last call to MarkAsClean

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public bool IsDirty { get; set; }

Property Value

Type: Boolean

Implements

IPropertyIsDirty
See Also