RegisteredPropertiesTParent Class |
Namespace: CMS.Base
The RegisteredPropertiesTParent type exposes the following members.
Name | Description | |
---|---|---|
RegisteredPropertiesTParent |
Constructor
|
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 parameterized 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
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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
|