TriggerKey MembersQuartz.NET API Documentation

The TriggerKey type exposes the following members.

Constructors

  NameDescription
Public methodTriggerKey(String)
Initializes a new instance of the TriggerKey class
Public methodTriggerKey(String, String)
Initializes a new instance of the TriggerKey class
Top
Methods

  NameDescription
Public methodCompareTo (Inherited from Key T .)
Public methodEquals (Inherited from Key T .)
Public methodGetHashCode (Inherited from Key T .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString

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

(Inherited from Key T .)
Top
Properties

  NameDescription
Public propertyGroup

Get the group portion of the key.

(Inherited from Key T .)
Public propertyName
Get the name portion of the key.
(Inherited from Key T .)
Top
See Also