C# Класс Serenity.Reporting.ReportRegistry

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable
GetReport ( string reportKey ) : Report
GetReportCategoryTitle ( string key ) : string
GetReportKey ( Type type ) : string
HasAvailableReportsInCategory ( string categoryKey ) : bool

Приватные методы

Метод Описание
EnsureTypes ( ) : void
GetReportCategory ( Type type ) : string

Описание методов

GetAvailableReportsInCategory() публичный статический Метод

public static GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable
categoryKey string
Результат IEnumerable

GetReport() публичный статический Метод

public static GetReport ( string reportKey ) : Report
reportKey string
Результат Report

GetReportCategoryTitle() публичный статический Метод

public static GetReportCategoryTitle ( string key ) : string
key string
Результат string

GetReportKey() публичный статический Метод

public static GetReportKey ( Type type ) : string
type System.Type
Результат string

HasAvailableReportsInCategory() публичный статический Метод

public static HasAvailableReportsInCategory ( string categoryKey ) : bool
categoryKey string
Результат bool