NameMatcherTKey Class

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

SystemObject
  Quartz.Impl.MatchersStringMatcherTKey
    Quartz.Impl.MatchersNameMatcherTKey

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

C#
[SerializableAttribute]
public class NameMatcher<TKey> : StringMatcher<TKey>
where TKey : Key<TKey>

Type Parameters

TKey

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

The NameMatcherTKey type exposes the following members.

Constructors

  NameDescription
Protected methodNameMatcherTKey
Initializes a new instance of the NameMatcherTKey class
Top
Properties

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

  NameDescription
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 methodIsMatch (Inherited from StringMatcherTKey.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNameContains
Create a NameMatcher that matches names containing the given string.
Public methodStatic memberNameEndsWith
Create a NameMatcher that matches names ending with the given string.
Public methodStatic memberNameEquals
Create a NameMatcher that matches names equaling the given string.
Public methodStatic memberNameStartsWith
Create a NameMatcher that matches names starting with the given string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference