FilterSubGroup Methods TIBCO Spotfire 7.11 API Reference

The FilterSubGroup type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.)
Public method ClearFilters
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.)
Public method GetFilter
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
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 method SetName
Sets the name.
Public method SortMembersAscending
Sorts the members of this group alphabetically ascending, based on the names of the members.
(Inherited from FilterGroup.)
Public method SortMembersDescending
Sorts the members of this group alphabetically descending, based on the names of the members.
(Inherited from FilterGroup.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from FilterGroup.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
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