[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions

ObjectExtensions Class

For internal use. Provides some helper methods for any object.

Inheritance
ObjectExtensions
Namespace: GrapeCity.ActiveReports.ReportsCore.Tools
Assembly: MESCIUS.ActiveReports.dll
Syntax
public static class ObjectExtensions

Methods

Name Description
ApplyDefaults<TObject>(TObject)

Sets the properties values of object to their default values (defined by DefaultValue attribute).

SetValue<TObject>(TObject, PropertyDescriptor, string)

Sets the property value using approprieate type converter.

ToNameValueCollection(object)