PropertyHostExtensions.IsDirty Method

Tungsten Suite

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
Syntax
C#
public static bool IsDirty(
	this Object this
)

Parameters

this
Type: SystemObject
The object on which to inspect for dirty properties

Return Value

Type: Boolean
True if any IProperty member's IsDirty value is true, otherwise false

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also