ObjectUtilsSetObjectProperties Method (Object, NameValueCollection)

Quartz.NET 3.0 API Documentation
Sets the object properties using reflection.

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

C#
public static void SetObjectProperties(
	Object obj,
	NameValueCollection props
)

Parameters

obj
Type: SystemObject
The object to set values to.
props
Type: System.Collections.SpecializedNameValueCollection
The properties to set to object.
See Also

Reference