ContainerFilterService
Class
Definition
Provides a base class for the container filter service.
public abstract class ContainerFilterService
- Inheritance
-
ContainerFilterService
Inherited Members
System.Object
Remarks
The Container and NestedContainer classes call the FilterComponents method each time they need to construct a component collection for return to a caller. FilterComponents may return an updated collection of components. This enables an external service to modify the view of components that are returned from a container.
Constructors
| ContainerFilterService() |
Initializes a new instance of the ContainerFilterService class. |
Methods
| FilterComponents(ComponentCollection) |
Filters the component collection. |