KeyT Class

Quartz.NET 3.0 API Documentation
Object representing a job or trigger key.
Inheritance Hierarchy

SystemObject
  Quartz.UtilKeyT
    QuartzJobKey
    QuartzTriggerKey

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

C#
[SerializableAttribute]
public class Key<T> : IComparable<Key<T>>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Quartz.Util.Key`1"]

The KeyT type exposes the following members.

Constructors

  NameDescription
Protected methodKeyT
Initializes a new instance of the KeyT class
Public methodKeyT(String, String)
Construct a new key with the given name and group.
Top
Properties

  NameDescription
Public propertyGroup

Get the group portion of the key.

Public propertyName
Get the name portion of the key.
Top
Methods

  NameDescription
Public methodCompareTo
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString

Return the string representation of the key. The format will be: <group>.<name>.

(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldStatic memberDefaultGroup
The default group for scheduling entities, with the value "DEFAULT".
Top
See Also

Reference