Tungsten
|
PropertyHostExtensions Class |
Extension methods related to W.PropertyHost or any class which has multiple W.Property members
Inheritance HierarchyNamespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
SyntaxC#
public static class PropertyHostExtensions
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

