Click or drag to resize
AbstractHierarchicalObject<TObject> Properties

The AbstractHierarchicalObject< TObject> generic type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyItem
Gets the value of particular property
(Overrides AbstractSimpleDataContainer<TObject>.Item[String].)
Public propertyProperties
Properties available through the context.
Protected propertyPropertyList
Used property list
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredProperties
Registered properties
Protected propertyRegisteredPropertiesObject
Registered properties object
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyUseLocalProperties
If true, the object uses local properties
Top
See Also