StdAdoDelegateConvertFromProperty 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 IDictionary ConvertFromProperty(
	NameValueCollection properties
)

Parameters

properties
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="properties"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.ConvertFromProperty(System.Collections.Specialized.NameValueCollection)"]

Return Value

Type: IDictionary

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.ConvertFromProperty(System.Collections.Specialized.NameValueCollection)"]

See Also

Reference