StringMatcher TKey  ClassQuartz.NET API Documentation
An abstract base class for some types of matchers.
Inheritance Hierarchy

System Object
  Quartz.Impl.Matchers StringMatcher TKey 
    Quartz.Impl.Matchers GroupMatcher TKey 
    Quartz.Impl.Matchers NameMatcher TKey 

Namespace: Quartz.Impl.Matchers
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

[SerializableAttribute]
public abstract class StringMatcher<TKey> : IMatcher<TKey>
where TKey : Key<TKey>
Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Quartz.Impl.Matchers.StringMatcher`1"]

See Also