Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets or sets the element at the specified index.
Gets or sets a value indicating whether to auto configure filter collections.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets the default filter collection.
Gets the filtering selection.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds an item to this collection.
The item to add.
Adds the elements of the specified collection to the end of this collection.
The collection whose elements should be added to the end of this collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Sets the property Spotfire.Dxp.Application.Filters.FilteringScheme.AutoConfigureFilterCollections to true and invokes Spotfire.Dxp.Application.Filters.FilterCollection.AutoConfigure on all existing Spotfire.Dxp.Application.Filters.FilterCollections.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The object to locate. The value can be null.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
Inserts an element into this collection at the specified index.
The zero-based index at which item should be inserted.
The object to insert. The value can be null.
Inserts the elements of the specified collection at the specified index in this collection.
The index where the first element shall be inserted.
The collection whose elements should be inserted in this collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Removes the first occurrence of a specific object from this collection.
The object to remove.
true if item was successfully removed from this collection; otherwise, false. This method also returns false if item is not found.
Removes the element at the specified index.
The zero-based index of the element to remove.
Replaces the contents of the list with the elements in the specified collection.
The collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Resets all filters in all Spotfire.Dxp.Application.Filters.FilterCollections of this Spotfire.Dxp.Application.Filters.FilteringScheme.
Copies the elements of the collection to a new array.
An array containing the elements.
A FilteringScheme contains Spotfire.Dxp.Application.Filters separated in Spotfire.Dxp.Application.Filters.FilterCollections for each Spotfire.Dxp.Data.DataTable in the Spotfire.Dxp.Application.Document.
Since
2.0