[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults

ApplyDefaults Method

ApplyDefaults<TObject>(TObject)

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

Declaration
public static void ApplyDefaults<TObject>(this TObject obj)
Parameters
Type Name Description
TObject obj
Type Parameters
Name Description
TObject