PropertyHostExtensions Methods

Tungsten Suite

PropertyHostExtensions Methods

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