AbstractHierarchicalObjectTObject Class |
Namespace: CMS.Base
public abstract class AbstractHierarchicalObject<TObject> : AbstractDataContainer<TObject>, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable where TObject : AbstractHierarchicalObject<TObject>
The AbstractHierarchicalObjectTObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractHierarchicalObjectTObject |
Name | Description | |
---|---|---|
![]() | CombineWith |
Combines current instance with other properties (modifies current instace!).
List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
|
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | GetProperty |
Gets the context property.
|
![]() | GetPropertyType |
Gets the type of the given property
|
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | HasSetter |
Returns true if given property has a setter
|
![]() | RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumns |
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterProperties |
Registers the properties of this object
|
![]() | RegisterProperty(String, FuncTObject, Object) |
Registers the given property to the object
|
![]() | RegisterProperty(String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
|
![]() | RegisterPropertyTProperty(String, FuncTObject, Object) |
Registers the given property to the object
|
![]() | SetProperty |
Gets the context property.
|
![]() | SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | TryGetProperty(String, Object) |
Gets the context property.
|
![]() | TryGetProperty(String, Object, Boolean) |
Returns value of property.
|
![]() | TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |
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 | |
---|---|---|
![]() | ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | Item |
Gets the value of particular property
(Overrides AbstractSimpleDataContainerTObjectItemString.) |
![]() | Properties |
Properties available through the context.
|
![]() | PropertyList |
Used property list
|
![]() | RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisteredProperties |
Registered properties
|
![]() | RegisteredPropertiesObject |
Registered properties object
|
![]() | UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | UseLocalProperties |
If true, the object uses local properties
|