PropertyHostExtensions.MarkAsClean Method

Tungsten Suite

PropertyHostExtensionsMarkAsClean Method

Scans each field and property of type IProperty and sets it's IsDirty flag to false

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public static void MarkAsClean(
	this Object this
)

Parameters

this
Type: SystemObject
The object on which to mark all properties as clean

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