ObjectUtils Class

Quartz.NET 3.0 API Documentation
Utility methods that are used to convert objects from one type into another.
Inheritance Hierarchy

SystemObject
  Quartz.UtilObjectUtils

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

C#
public static class ObjectUtils

The ObjectUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertValueIfNecessary
Convert the value to the required Type (if necessary from a string).
Public methodStatic memberGetTimeSpanValueForProperty
Public methodStatic memberInstantiateTypeT
Instantiates an instance of the type specified.
Public methodStatic memberIsAttributePresent
Public methodStatic memberSetObjectProperties(Object, NameValueCollection)
Sets the object properties using reflection.
Public methodStatic memberSetObjectProperties(Object, String, Object)
Sets the object properties using reflection.
Public methodStatic memberSetPropertyValue
Top
See Also

Reference