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 (8.0.2.1001)
Syntax
public class CalculatedMemberCollection : ICollection<CalculatedMember>, 
	IEnumerable<CalculatedMember>, IEnumerable

The CalculatedMemberCollection type exposes the following members.

Constructors
  NameDescription
Public methodCalculatedMemberCollection
Initializes a new instance of the CalculatedMemberCollection class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
Public propertyIsReadOnly
Gets 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 methodAdd
Adds an item to the ICollectionT.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains
Determines whether the ICollectionT contains a specific value.
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListCalculatedMember, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListCalculatedMember, T2(ICollectionT2, ReadOnlyDictionaryString, ActionCalculatedMember, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyCalculatedMember, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyCalculatedMember, T2(ICollectionT2, ReadOnlyDictionaryString, ActionCalculatedMember, T2)Overloaded. (Defined by ModelDataExtensions.)
Top
See Also