TriggerWrapper Class

Quartz.NET 3.0 API Documentation
Helper wrapper class
Inheritance Hierarchy

SystemObject
  Quartz.SimplTriggerWrapper

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

C#
public class TriggerWrapper : IEquatable<TriggerWrapper>

The TriggerWrapper type exposes the following members.

Properties

  NameDescription
Public propertyJobKey
Job's key
Public propertyTrigger
The trigger
Public propertyTriggerKey
The key used
Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TriggerWrapper)
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
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldstate
Current state
Top
See Also

Reference