RegisteredPropertiesTParent Methods |
The RegisteredPropertiesTParent generic type exposes the following members.
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
|