Click or drag to resize
AbstractHierarchicalObjectTObject Class
Abstract class for the hierarchical objects
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerTObject
    CMS.BaseAbstractDataContainerTObject
      CMS.BaseAbstractHierarchicalObjectTObject
        More...

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public abstract class AbstractHierarchicalObject<TObject> : AbstractDataContainer<TObject>, 
	IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable
where TObject : AbstractHierarchicalObject<TObject>

Type Parameters

TObject

The AbstractHierarchicalObjectTObject type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCombineWith
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).
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetProperty
Gets the context property.
Protected methodGetPropertyType
Gets the type of the given property
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasSetter
Returns true if given property has a setter
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterProperties
Registers the properties of this object
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
Protected methodRegisterPropertyTProperty(String, FuncTObject, Object)
Registers the given property to the object
Public methodSetProperty
Gets the context property.
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetProperty(String, Object)
Gets the context property.
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyItem
Gets the value of particular property
(Overrides AbstractSimpleDataContainerTObjectItemString.)
Public propertyProperties
Properties available through the context.
Protected propertyPropertyList
Used property list
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
Protected propertyRegisteredPropertiesObject
Registered properties object
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
Top
See Also
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerTObject
    CMS.BaseAbstractDataContainerTObject
      CMS.BaseAbstractHierarchicalObjectTObject
        CMS.BaseContextContainerTParent
        CMS.BaseReadOnlyAbstractHierarchicalObjectObjectType
        CMS.DataEngineAbstractObjectCollection
        CMS.DataEngineObjectTypeInfo
        CMS.DataEngineObjectTypeManager
        CMS.DocumentEngineCMSDataContextBaseParentType
        CMS.MacroEngineDebugContainer
        CMS.WebAnalyticsActivity