FilterSubGroup Methods

Spotfire 14.3 API Reference

The FilterSubGroup type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.)
Public methodClearFilters
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.)
Public methodGetFilter
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the FilterHandle for the specified Filter from this group. If the filter is not a member of this group, calling this method will not have any effect.
(Inherited from FilterGroup.)
Public methodSetName
Sets the name.
Public methodSortMembersAscending
Sorts the members of this group alphabetically ascending, based on the names of the members.
(Inherited from FilterGroup.)
Public methodSortMembersDescending
Sorts the members of this group alphabetically descending, based on the names of the members.
(Inherited from FilterGroup.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from FilterGroup.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference