ObjectUtilsSetObjectProperties Method (Object, String, Object)

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,
	string[] propertyNames,
	Object[] propertyValues
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Quartz.Util.ObjectUtils.SetObjectProperties(System.Object,System.String[],System.Object[])"]

propertyNames
Type: SystemString

[Missing <param name="propertyNames"/> documentation for "M:Quartz.Util.ObjectUtils.SetObjectProperties(System.Object,System.String[],System.Object[])"]

propertyValues
Type: SystemObject

[Missing <param name="propertyValues"/> documentation for "M:Quartz.Util.ObjectUtils.SetObjectProperties(System.Object,System.String[],System.Object[])"]

See Also

Reference