C# Class Serenity.Reporting.ReportRegistry

ファイルを表示 Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable
GetReport ( string reportKey ) : Report
GetReportCategoryTitle ( string key ) : string
GetReportKey ( Type type ) : string
HasAvailableReportsInCategory ( string categoryKey ) : bool

Private Methods

Method Description
EnsureTypes ( ) : void
GetReportCategory ( Type type ) : string

Method Details

GetAvailableReportsInCategory() public static method

public static GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable
categoryKey string
return IEnumerable

GetReport() public static method

public static GetReport ( string reportKey ) : Report
reportKey string
return Report

GetReportCategoryTitle() public static method

public static GetReportCategoryTitle ( string key ) : string
key string
return string

GetReportKey() public static method

public static GetReportKey ( Type type ) : string
type System.Type
return string

HasAvailableReportsInCategory() public static method

public static HasAvailableReportsInCategory ( string categoryKey ) : bool
categoryKey string
return bool