Method | Description | |
---|---|---|
GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable |
||
GetReport ( string reportKey ) : Report | ||
GetReportCategoryTitle ( string key ) : string | ||
GetReportKey ( |
||
HasAvailableReportsInCategory ( string categoryKey ) : bool |
Method | Description | |
---|---|---|
EnsureTypes ( ) : void | ||
GetReportCategory ( |
public static GetAvailableReportsInCategory ( string categoryKey ) : IEnumerable |
||
categoryKey | string | |
return | IEnumerable |
public static GetReport ( string reportKey ) : Report | ||
reportKey | string | |
return | Report |
public static GetReportCategoryTitle ( string key ) : string | ||
key | string | |
return | string |
public static GetReportKey ( |
||
type | ||
return | string |
public static HasAvailableReportsInCategory ( string categoryKey ) : bool | ||
categoryKey | string | |
return | bool |