C1.Silverlight.Olap.5 Assembly > C1.Olap Namespace : C1OlapFieldList Class |
The following tables list the members exposed by C1OlapFieldList.
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<C1OlapField>) |
![]() | Item | Gets a C1OlapField by name. |
![]() | MaxItems | Gets or sets the maximum number of fields allowed in this list. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an existing C1OlapField to the list. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<C1OlapField>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<C1OlapField>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<C1OlapField>) |
![]() | IndexOf | Overloaded. Gets the position of a given C1OlapField in the list. |
![]() | Insert | Overloaded. Inserts a C1OlapField at a specified position in the list. |
![]() | Remove | Overloaded. Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter. |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<C1OlapField>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<C1OlapField>) |
![]() | ListChanged | Occurs when the list changes or an item in the list changes. (Inherited from C1.Olap.BindingList<C1OlapField>) |