NameMatcher TKey  ClassQuartz.NET API Documentation
Matches on name (ignores group) property of Keys.
Inheritance Hierarchy

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

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

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

TKey

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

See Also