PropertyHostExtensions Class

Tungsten Suite

PropertyHostExtensions Class

Extension methods related to W.PropertyHost or any class which has multiple W.Property members
Inheritance Hierarchy
SystemObject  WPropertyHostExtensions

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public static class PropertyHostExtensions

The PropertyHostExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInitializeProperties

Scans the fields and properties of "owner" and sets the member's Owner property to "owner" This method should be called in the constructor of any class which has IOwnedProperty members

Public methodStatic memberIsDirty

Scans the IsDirty value of each field and property of type IProperty

Public methodStatic memberMarkAsClean

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

Top
See Also

Reference