Tungsten
PropertyHostExtensions Methods |
The PropertyHostExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
InitializeProperties | 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 | |
IsDirty | Scans the IsDirty value of each field and property of type IProperty | |
MarkAsClean | Scans each field and property of type IProperty and sets it's IsDirty flag to false |
See Also