PropertySettingJobFactory MembersQuartz.NET API Documentation

The PropertySettingJobFactory type exposes the following members.

Constructors

  NameDescription
Public methodPropertySettingJobFactory
Initializes a new instance of the PropertySettingJobFactory class
Top
Methods

  NameDescription
Protected methodConvertValueIfNecessary
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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
Serves as a hash function for a particular type.
(Inherited from Object.)
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 methodNewJob
Called by the scheduler at the time of the trigger firing, in order to produce a IJob instance on which to call Execute.
(Overrides SimpleJobFactory NewJob(TriggerFiredBundle, IScheduler).)
Public methodReturnJob
Allows the the job factory to destroy/cleanup the job if needed. No-op when using SimpleJobFactory.
(Inherited from SimpleJobFactory.)
Public methodSetObjectProperties
Sets the object properties.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyThrowIfPropertyNotFound
Whether the JobInstantiation should fail and throw and exception if a key (name) and value (type) found in the JobDataMap does not correspond to a proptery setter on the Job class.
Public propertyWarnIfPropertyNotFound
Get or set whether a warning should be logged if a key (name) and value (type) found in the JobDataMap does not correspond to a proptery setter on the Job class.
Top
See Also