CalendarIntervalTriggerPersistenceDelegate Class

Quartz.NET 3.0 API Documentation
Persist a CalendarIntervalTriggerImpl by converting internal fields to and from SimplePropertiesTriggerProperties.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.AdoJobStoreSimplePropertiesTriggerPersistenceDelegateSupport
    Quartz.Impl.AdoJobStoreCalendarIntervalTriggerPersistenceDelegate

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

C#
public class CalendarIntervalTriggerPersistenceDelegate : SimplePropertiesTriggerPersistenceDelegateSupport

The CalendarIntervalTriggerPersistenceDelegate type exposes the following members.

Constructors

  NameDescription
Public methodCalendarIntervalTriggerPersistenceDelegate
Initializes a new instance of the CalendarIntervalTriggerPersistenceDelegate class
Top
Properties

  NameDescription
Protected propertyDbAccessor (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Protected propertySchedNameLiteral (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Protected propertyTablePrefix (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Top
Methods

  NameDescription
Public methodCanHandleTriggerType (Overrides SimplePropertiesTriggerPersistenceDelegateSupportCanHandleTriggerType(IOperableTrigger).)
Public methodDeleteExtendedTriggerProperties (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 methodGetHandledTriggerTypeDiscriminator (Overrides SimplePropertiesTriggerPersistenceDelegateSupportGetHandledTriggerTypeDiscriminator.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetTriggerProperties (Overrides SimplePropertiesTriggerPersistenceDelegateSupportGetTriggerProperties(IOperableTrigger).)
Protected methodGetTriggerPropertyBundle (Overrides SimplePropertiesTriggerPersistenceDelegateSupportGetTriggerPropertyBundle(SimplePropertiesTriggerProperties).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Public methodInsertExtendedTriggerProperties (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Public methodLoadExtendedTriggerProperties (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
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.)
Public methodUpdateExtendedTriggerProperties (Inherited from SimplePropertiesTriggerPersistenceDelegateSupport.)
Top
See Also

Reference