Quartz.Impl.Matchers NamespaceQuartz.NET API Documentation
 
Classes

  ClassDescription
Public classAndMatcher TKey 
Matches using an AND operator on two Matcher operands.
Public classEverythingMatcher TKey 
Matches on the complete key being equal (both name and group).
Public classGroupMatcher TKey 
Matches on group (ignores name) property of Keys.
Public classKeyMatcher TKey 
Matches on the complete key being equal (both name and group).
Public classNameMatcher TKey 
Matches on name (ignores group) property of Keys.
Public classNotMatcher TKey 
Matches using an NOT operator on another Matcher.
Public classOrMatcher TKey 
Matches using an OR operator on two Matcher operands.
Public classStringMatcher TKey 
An abstract base class for some types of matchers.
Public classStringOperator
Operators available for comparing string values.