Tungsten
PropertyHostExtensionsInitializeProperties Method |
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
Namespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public static void InitializeProperties( this Object this )
Parameters
- this
- Type: SystemObject
The object on which to find and initialize properties
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