Version

MeasureDescriptorsCollection Class Methods

For a list of all members of this type, see MeasureDescriptorsCollection members.

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