Quartz.Impl.Matchers Namespace

Quartz.NET 3.0 API Documentation
 
Classes

  ClassDescription
Public classAndMatcherTKey
Matches using an AND operator on two Matcher operands.
Public classEverythingMatcherTKey
Matches on the complete key being equal (both name and group).
Public classGroupMatcherTKey
Matches on group (ignores name) property of Keys.
Public classKeyMatcherTKey
Matches on the complete key being equal (both name and group).
Public classNameMatcherTKey
Matches on name (ignores group) property of Keys.
Public classNotMatcherTKey
Matches using an NOT operator on another Matcher.
Public classOrMatcherTKey
Matches using an OR operator on two Matcher operands.
Public classStringMatcherTKey
An abstract base class for some types of matchers.
Public classStringOperator
Operators available for comparing string values.