Key T  MembersQuartz.NET API Documentation

The Key T  type exposes the following members.

Constructors

  NameDescription
Public methodKey T 
Construct a new key with the given name and group.
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides Object Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object GetHashCode .)
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 Object ToString .)
Top
Fields

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

  NameDescription
Public propertyGroup

Get the group portion of the key.

Public propertyName
Get the name portion of the key.
Top
See Also