EverythingMatcherTKey Class

Quartz.NET 3.0 API Documentation
Matches on the complete key being equal (both name and group).
Inheritance Hierarchy

SystemObject
  Quartz.Impl.MatchersEverythingMatcherTKey

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

C#
public class EverythingMatcher<TKey> : IMatcher<TKey>
where TKey : Key<TKey>

Type Parameters

TKey

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

The EverythingMatcherTKey type exposes the following members.

Constructors

  NameDescription
Protected methodEverythingMatcherTKey
Initializes a new instance of the EverythingMatcherTKey class
Top
Methods

  NameDescription
Public methodStatic memberAllJobs
Create an EverythingMatcher that matches all jobs.
Public methodStatic memberAllTriggers
Create an EverythingMatcher that matches all triggers.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMatch
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference