SimplePropertiesTriggerPersistenceDelegateSupport ClassQuartz.NET API Documentation
A base implementation of ITriggerPersistenceDelegate that persists trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table. This allows extending concrete classes to simply implement a couple methods that do the work of getting/setting the trigger's fields, and creating the IScheduleBuilder for the particular type of trigger.
Inheritance Hierarchy

System Object
  Quartz.Impl.AdoJobStore SimplePropertiesTriggerPersistenceDelegateSupport
    Quartz.Impl.AdoJobStore CalendarIntervalTriggerPersistenceDelegate
    Quartz.Impl.AdoJobStore DailyTimeIntervalTriggerPersistenceDelegate

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

public abstract class SimplePropertiesTriggerPersistenceDelegateSupport : ITriggerPersistenceDelegate
See Also