ISolutionTreeFilterProvider Interface

Definition

Factory used to create an ISolutionTreeFilter. ISolutionTreeFilter provides a way to provide a list of included items which should be placed into the tree.

public interface class ISolutionTreeFilterProvider
public interface class ISolutionTreeFilterProvider
__interface ISolutionTreeFilterProvider
public interface ISolutionTreeFilterProvider
type ISolutionTreeFilterProvider = interface
Public Interface ISolutionTreeFilterProvider
Derived

Methods

CreateFilter(IEnumerable)

Creates a new filter for the given collection of root items.

IsFilteringSupported(IEnumerable)

Determines whether or not this type of filter is supported when the given collection of items are at the root of the tree.

Applies to