The TableGroup type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.) |
![]() |
AddNewSubGroup |
Adds a new filter group with the given name as a subgroup of this
group. The new group is added to the end of the list of members of
this group.
|
![]() |
ClearFilters |
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.) |
![]() |
ClearSubGroups |
Removes all subgroups from this group.
|
![]() |
GetFilter |
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.) |
![]() |
GetSubGroup |
Finds a subgroup in this group, given its Name.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InsertNewSubGroup |
Creates a new filter group with the given name and inserts it as a
subgroup of this group at the given position.
|
![]() |
Remove(Filter) |
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.) |
![]() |
Remove(FilterSubGroup) |
Removes the specified subgroup from this group. If the filter is not a member of this
group, it will not be removed.
|
![]() |
SortMembersAscending |
Sorts the members of this group alphabetically ascending,
based on the names of the members.
(Inherited from FilterGroup.) |
![]() |
SortMembersDescending |
Sorts the members of this group alphabetically descending,
based on the names of the members.
(Inherited from FilterGroup.) |
![]() |
ToString |
Returns a String that represents the current Object.
(Inherited from FilterGroup.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also