TheThing..::..GetAllProperties Method
Overload List
Name | Description | |
---|---|---|
GetAllProperties()()()() |
returns a list of all properties of TheThing
Only top-level properties on TheThing will be returned. To return properties of properties, use the GetAllProperties(maxSubPropertylevel) override.
|
|
GetAllProperties(Int32) |
returns a list of all properties of TheThing and their sub-properties, up to the specified nesting level
|