CalculatedMemberCollection Class |
Namespace: Dundas.BI.Data.CubeDescriptors
The CalculatedMemberCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalculatedMemberCollection | Initializes a new instance of the CalculatedMemberCollection class |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection<T>. |
![]() | IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. |
![]() | Item |
Gets the CalculatedMember with the specified unique name or null if not found.
|
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollection<T>. |
![]() | Clear | Removes all items from the ICollection<T>. |
![]() | Contains | Determines whether the ICollection<T> contains a specific value. |
![]() | CopyTo | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Removes the first occurrence of a specific object from the ICollection<T>. |
Name | Description | |
---|---|---|
![]() | CopyAndConvertList<CalculatedMember, T2>(IList<T2>) | Overloaded.
Copies and converts the list. GetObject<TSource, TTarget> (TSource) is used.
(Defined by ModelDataExtensions.) |
![]() | CopyAndConvertList<CalculatedMember, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |
![]() | CopyAndConvertListMaybeBuggy<CalculatedMember, T2>(IList<T2>) | Overloaded. (Defined by ModelDataExtensions.) |
![]() | CopyAndConvertListMaybeBuggy<CalculatedMember, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |