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

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

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

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

TKey

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

See Also