C# 클래스 Serenity.Reporting.ReportRegistry

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
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