C# 클래스 Codaxy.CodeReports.CodeModel.TableGenerator

파일 보기 프로젝트 열기: codaxy/codereports

공개 메소드들

메소드 설명
GetTable ( Type rowType, String tableName ) : Codaxy.CodeReports.Controls.Table
GetTable ( Type rowType, String tableName, ILocalizationStore localizationStore ) : Codaxy.CodeReports.Controls.Table

비공개 메소드들

메소드 설명
GetTableLocalization ( Type rowType, ILocalizationStore localizationStore ) : List>.Dictionary

메소드 상세

GetTable() 공개 정적인 메소드

public static GetTable ( Type rowType, String tableName ) : Codaxy.CodeReports.Controls.Table
rowType System.Type
tableName String
리턴 Codaxy.CodeReports.Controls.Table

GetTable() 공개 정적인 메소드

public static GetTable ( Type rowType, String tableName, ILocalizationStore localizationStore ) : Codaxy.CodeReports.Controls.Table
rowType System.Type
tableName String
localizationStore ILocalizationStore
리턴 Codaxy.CodeReports.Controls.Table