MemberColumnCollection Class

A list of member columns in a UserHierarchyLevel.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionMemberColumn
    System.Collections.ObjectModelObservableCollectionMemberColumn
      Dundas.BI.Entities.UserHierarchiesMemberColumnCollection

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.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