RegisteredPropertiesTParent Class |
Namespace: CMS.Base
The RegisteredPropertiesTParent type exposes the following members.
Name | Description | |
---|---|---|
RegisteredPropertiesTParent |
Constructor
|
Name | Description | |
---|---|---|
mPropertiesRegistered |
If true, the properties of this type were already registered
| |
mPropertyFunctions |
Collection of the properties registered by the lambda function.
| |
mRegisteredProperties |
List of registered properties
| |
mRegistrationCallback |
Registration callback method
|
Name | Description | |
---|---|---|
AddTProperty(String, FuncTParent, Object, ActionTParent, Object) |
Registers the given property to the object
| |
AddPropertyType(String, Object, FuncTParent, Object, Object, ActionTParent, Object, Object) |
Registers the given parametrized property to the object.
| |
AddProperty |
Adds the property name to the collection of registered properties (Ensures locking for thread safety)
| |
CollectColumns |
Collects the marked properties from the given object
| |
CollectProperties |
Collects the marked properties from the given object
| |
Contains |
Returns true if given property is already registered.
| |
Evaluate |
Evaluates the particular property
| |
GetPropertyType |
Gets the type of the given property
| |
GetRegisteredProperties |
Gets list of registered properties.
| |
HasSetter |
Returns true if given property has a setter
| |
Hide |
Hides the given property from the property list
| |
RemoveProperty |
Removes the property name to the collection of registered properties (Ensures locking for thread safety)
| |
Set |
Evaluates the particular property
|