FilterGroupItemCollection Methods TIBCO Spotfire 7.11 API Reference

The FilterGroupItemCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds an item to this collection.
(Inherited from DocumentNodeListT.)
Public method AddRange
Adds the elements of the specified collection to the end of this collection.
(Inherited from DocumentNodeListT.)
Public method Clear
Removes all items from this collection.
(Inherited from DocumentNodeListT.)
Public method Contains
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.)
Public method Insert
Inserts an element into this collection at the specified index.
(Inherited from DocumentNodeListT.)
Public method InsertRange
Inserts the elements of the specified collection at the specified index in this collection.
(Inherited from DocumentNodeListT.)
Public method Move
Moves the item at the specified index to a new location in the collection.
(Inherited from DocumentNodeListT.)
Public method Remove
Removes the first occurrence of a specific object from this collection.
(Inherited from DocumentNodeListT.)
Public method RemoveAt
Removes the element at the specified index.
(Inherited from DocumentNodeListT.)
Public method RemoveRange
Removes a range of count elements starting at the specified index.
(Inherited from DocumentNodeListT.)
Public method ReplaceAll
Replaces the contents of the list with the elements in the specified collection.
(Inherited from DocumentNodeListT.)
Public method ToArray
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method ICollectionTContains
Determines whether the ICollectionT contains a specific value.
(Inherited from DocumentNodeListT.)
Explicit interface implementation Private method ICollectionTCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from DocumentNodeListT.)
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.)
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method IListTIndexOf
Determines the index of a specific item in the IListT.
(Inherited from DocumentNodeListT.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference