The C1OlapFieldList type exposes the following members.

Methods

  Name Description
Public method Add(array<String>[]()[][])
Adds an existing C1OlapField to the list.
Public method Add(T)
Adds an object to the end of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.)
Public method Clear
Removes all elements from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)
Public method Contains
Determines whether an element is in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)
Public method CopyTo
Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)
Public method GetEnumerator
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)
Public method IndexOf(String)
Gets the position of a given C1OlapField in the list.
Public method IndexOf(T)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.)
Public method Insert(Int32, T)
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.)
Public method Insert(Int32, String)
Inserts a C1OlapField at a specified position in the list.
Public method Remove(String)
Removes the first occurrence of the C1OlapField with a name that matches the one passed as parameter.
Public method Remove(T)
Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.)
Public method RemoveAt
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)

Properties

  Name Description
Public property Count
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>.)
Public property Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.)
Public property Item[([( String])])
Gets a C1OlapField by name.
Public property MaxItems
Gets or sets the maximum number of fields allowed in this list.

Events

  Name Description
Public event CollectionChanged
Occurs when an item in the collection changes, or the entire collection changes.
(Inherited from ObservableCollection<(Of <(<'C1OlapField>)>)>.)
Public event ListChanged
Occurs when the list changes or an item in the list changes.
(Inherited from BindingList<(Of <(<'T>)>)>.)

See Also