GroupMatcherTKey Class

Quartz.NET 3.0 API Documentation
Matches on group (ignores name) property of Keys.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.MatchersStringMatcherTKey
    Quartz.Impl.MatchersGroupMatcherTKey

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

C#
[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"]

The GroupMatcherTKey type exposes the following members.

Constructors

  NameDescription
Protected methodGroupMatcherTKey
Initializes a new instance of the GroupMatcherTKey class
Top
Properties

  NameDescription
Public propertyCompareToValue (Inherited from StringMatcherTKey.)
Public propertyCompareWithOperator (Inherited from StringMatcherTKey.)
Top
Methods

  NameDescription
Public methodStatic memberAnyGroup
Create a GroupMatcher that matches all.
Public methodEquals (Inherited from StringMatcherTKey.)
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 (Inherited from StringMatcherTKey.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue (Overrides StringMatcherTKeyGetValue(TKey).)
Public methodStatic memberGroupContains
Create a GroupMatcher that matches groups containing the given string.
Public methodStatic memberGroupEndsWith
Create a GroupMatcher that matches groups ending with the given string.
Public methodStatic memberGroupEquals
Create a GroupMatcher that matches groups equaling the given string.
Public methodStatic memberGroupStartsWith
Create a GroupMatcher that matches groups starting with the given string.
Public methodIsMatch (Inherited from StringMatcherTKey.)
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
See Also

Reference