C# Class Serenity.Reporting.ReportRegistry

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
EnsureTypes ( ) : void
GetReportCategory ( Type type ) : string

Method Details

GetAvailableReportsInCategory() public static méthode

public static GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable
categoryKey string
Résultat IEnumerable

GetReport() public static méthode

public static GetReport ( string reportKey ) : Report
reportKey string
Résultat Report

GetReportCategoryTitle() public static méthode

public static GetReportCategoryTitle ( string key ) : string
key string
Résultat string

GetReportKey() public static méthode

public static GetReportKey ( Type type ) : string
type System.Type
Résultat string

HasAvailableReportsInCategory() public static méthode

public static HasAvailableReportsInCategory ( string categoryKey ) : bool
categoryKey string
Résultat bool