Version

HierarchyDescriptorsCollection Class Members

The following tables list the members exposed by HierarchyDescriptorsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements contained in this collection. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Public PropertyItemReturns the item with the specified name. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Public Methods
 NameDescription
Public MethodAddAdds a new HierarchyDescriptor to this collection.  
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Public MethodContainsReturns a boolean value indicating whether an item with the specified name exists in this collection. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Public MethodRemoveRemoves the HierarchyDescriptor with the specified name from this collection.  
Public MethodToStringReturns the string representation of this instance. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Public MethodTryGetItemReturns a boolean value indicating whether an item with the specified name exists in this collection. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Protected Methods
 NameDescription
Protected MethodAddItemAdds the specified item to the collection, to be associated with the specified name. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
Protected MethodRemoveItemRemoves the specified item from the collection. (Inherited from Infragistics.Olap.FlatData.OlapElementDescriptorCollectionBase<HierarchyDescriptor>)
See Also