CalculatedMemberCollection Class

List of calculated members.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.CubeDescriptorsCalculatedMemberCollection

Namespace: Dundas.BI.Data.CubeDescriptors
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CalculatedMemberCollection : ICollection<CalculatedMember>, 
	IEnumerable<CalculatedMember>, IEnumerable

The CalculatedMemberCollection type exposes the following members.

Constructors
 NameDescription
Public methodCalculatedMemberCollectionInitializes a new instance of the CalculatedMemberCollection class
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Public propertyItem Gets the CalculatedMember with the specified unique name or if not found.
Top
Methods
 NameDescription
Public methodAddAdds an item to the ICollectionT.
Public methodClearRemoves all items from the ICollectionT.
Public methodContainsDetermines whether the ICollectionT contains a specific value.
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
Top
Extension Methods
See Also