PropertySettingJobFactory ClassQuartz.NET API Documentation
A JobFactory that instantiates the Job instance (using the default no-arg constructor, or more specifically: InstantiateType(Type)), and then attempts to set all values in the JobExecutionContext's JobDataMap onto bean properties of the IJob.
Inheritance Hierarchy

System Object
  Quartz.Simpl SimpleJobFactory
    Quartz.Simpl PropertySettingJobFactory

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

public class PropertySettingJobFactory : SimpleJobFactory
See Also