IStreamNamespacePredicateProvider Interface

Definition

Converts predicate pattern strings to IStreamNamespacePredicate instances.

public interface IStreamNamespacePredicateProvider
type IStreamNamespacePredicateProvider = interface
Public Interface IStreamNamespacePredicateProvider
Derived

Methods

TryGetPredicate(String, IStreamNamespacePredicate)

Get the predicate matching the provided pattern. Returns false if this provider cannot match the predicate.

Applies to

See also