<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class
Properties Methods Events


In This Topic
    C1OlapFieldList Class Members
    In This Topic

    The following tables list the members exposed by C1OlapFieldList.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyOverloaded. Gets a C1OlapField by name.  
    Public PropertyGets or sets the maximum number of fields allowed in this list.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an existing C1OlapField to the list.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodOverloaded. Gets the position of a given C1OlapField in the list.  
    Public MethodOverloaded. Inserts a C1OlapField at a specified position in the list.  
    Public MethodOverloaded. Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all items from the list.  
    Protected MethodOverridden. Inserts an C1OlapField at a specified position in the list.  
    Protected MethodOverridden to raise the ListChanged event. (Inherited from C1.Olap.BindingList<C1OlapField>)
    Protected MethodRaises the ListChanged event. (Inherited from C1.Olap.BindingList<C1OlapField>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected MethodOverridden. Removes an item from the list.  
    Protected MethodOverridden. Replaces the item at a specified position.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Public EventOccurs when the list changes or an item in the list changes. (Inherited from C1.Olap.BindingList<C1OlapField>)
    Top
    Protected Events
    See Also