TriggerPropertyBundle Constructor

Quartz.NET 3.0 API Documentation
Initializes a new instance of the TriggerPropertyBundle class

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

C#
public TriggerPropertyBundle(
	IScheduleBuilder sb,
	string[] statePropertyNames,
	Object[] statePropertyValues
)

Parameters

sb
Type: QuartzIScheduleBuilder

[Missing <param name="sb"/> documentation for "M:Quartz.Impl.AdoJobStore.TriggerPropertyBundle.#ctor(Quartz.IScheduleBuilder,System.String[],System.Object[])"]

statePropertyNames
Type: SystemString

[Missing <param name="statePropertyNames"/> documentation for "M:Quartz.Impl.AdoJobStore.TriggerPropertyBundle.#ctor(Quartz.IScheduleBuilder,System.String[],System.Object[])"]

statePropertyValues
Type: SystemObject

[Missing <param name="statePropertyValues"/> documentation for "M:Quartz.Impl.AdoJobStore.TriggerPropertyBundle.#ctor(Quartz.IScheduleBuilder,System.String[],System.Object[])"]

See Also

Reference