PropertyHostExtensions.IsDirty Method
From Tungsten Suite
Tungsten
|
|
PropertyHostExtensionsIsDirty Method |
Scans the IsDirty value of each field and property of type IProperty
Namespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
C#
public static bool IsDirty( this Object this )
Parameters
- this
- Type: SystemObject
The object on which to inspect for dirty properties
Return Value
Type: BooleanTrue if any IProperty member's IsDirty value is true, otherwise false