The C1OlapFieldList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add(array<String>[]()[][]) |
Adds an existing C1OlapField to the list.
|
|
|
Add(T) |
Adds an object to the end of the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.) |
|
|
Clear |
Removes all elements from the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>.) |
|
|
Contains |
Determines whether an element is in the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>.) |
|
|
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>)>)>.) |
|
|
GetEnumerator |
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>.) |
|
|
IndexOf(String) |
Gets the position of a given C1OlapField in the list.
|
|
|
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>)>)>.) |
|
|
Insert(Int32, T) |
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index. (Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.) |
|
|
Insert(Int32, String) |
Inserts a C1OlapField at a specified position in the list.
|
|
|
Remove(String) |
Removes the first occurrence of the C1OlapField with a name that matches
the one passed as parameter.
|
|
|
Remove(T) |
Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.) |
|
|
RemoveAt |
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'C1OlapField>)>)>.) |
|
|
Item[([( Int32])]) |
Gets or sets the element at the specified index. (Inherited from Collection<(Of <(<'C1OlapField>)>)>Collection<(Of <(<'T>)>)>.) |
|
|
Item[([( String])]) |
Gets a C1OlapField by name.
|
|
|
MaxItems |
Gets or sets the maximum number of fields allowed in this list.
|
Events
| Name | Description | |
|---|---|---|
|
|
CollectionChanged |
Occurs when an item in the collection changes, or the entire collection changes. (Inherited from ObservableCollection<(Of <(<'C1OlapField>)>)>.) |
|
|
ListChanged |
Occurs when the list changes or an item in the list changes.
(Inherited from BindingList<(Of <(<'T>)>)>.) |