Version

LevelDescriptorsCollection Class Members

The following tables list the members exposed by LevelDescriptorsCollection.

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