StdAdoDelegateConvertToProperty Method

Quartz.NET 3.0 API Documentation
Convert the JobDataMap into a list of properties.

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

C#
protected virtual NameValueCollection ConvertToProperty(
	IDictionary<string, Object> data
)

Parameters

data
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="data"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.ConvertToProperty(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: NameValueCollection

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.ConvertToProperty(System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also

Reference