IQueryCollectionFilterFallbackProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a provider to implements member collection filters. This is a MEF component contract on the Query server side. A such component must also carries QueryDataProviderAttribute to declare the data type it handles. Multiple providers are allowed, and will be called until one provider returns value which is not null.
public interface IQueryCollectionFilterFallbackProvider
type IQueryCollectionFilterFallbackProvider = interface
Public Interface IQueryCollectionFilterFallbackProvider
Methods
TryCreateFilter(String, ImmutableArray<Object>) |
Creates a filtered data producer block with extra filtering. |
TryGetRequiredProperties(String, ImmutableArray<Object>) |
Gets what properties are required by the filter. |