MemberColumnCollection Class

A list of member columns in a UserHierarchyLevel.
Inheritance Hierarchy

Namespace: Dundas.BI.Entities.UserHierarchies
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MemberColumnCollection : ObservableCollection<MemberColumn>

The MemberColumnCollection type exposes the following members.

Methods
 NameDescription
Protected methodClearItems Removes all items from the collection.
(Overrides ObservableCollectionTClearItems)
Protected methodInsertItem Inserts an item into the collection at the specified index.
(Overrides ObservableCollectionTInsertItem(Int32, T))
Protected methodRemoveItem Removes the item at the specified index of the collection.
(Overrides ObservableCollectionTRemoveItem(Int32))
Protected methodSetItem Replaces the element at the specified index.
(Overrides ObservableCollectionTSetItem(Int32, T))
Top
See Also