See: Description
Interface | Description |
---|---|
IElementFilterContext |
The
IElementFilterContext is used in conjuction
with the ElementFilterService . |
IElementFilterProvider |
Interface for filters.
|
Class | Description |
---|---|
AbstractElementFilterProvider |
Implements of the
IElementFilterProvider interface. |
ElementFilterContext |
Concrete implementation of
IElementFilterContext . |
ElementFilterOperation |
The operation used with the element filter service that tests if an object
should be filtered or not.
|
ElementFilterService |
A service used to accept or reject items.
|
AbstractElementFilterProvider
:
Abstract implementation of IElementFilterProvider
.ElementFilterContext
:
Basic implementation of IElementFilterContext
.ElementFilterOperation
:
Operation for which IElementFilterProvider
s provide for.ElementFilterService
:
A service used to accept or reject items.IElementFilterContext
:
An interface for defining the context when querying the element filter service.IElementFilterProvider
:
Clients must implement this interface when providing their own element filter provider.