C# Class Codaxy.CodeReports.CodeModel.TableGenerator

Mostrar archivo Open project: codaxy/codereports

Public Methods

Method Description
GetTable ( Type rowType, String tableName ) : Codaxy.CodeReports.Controls.Table
GetTable ( Type rowType, String tableName, ILocalizationStore localizationStore ) : Codaxy.CodeReports.Controls.Table

Private Methods

Method Description
GetTableLocalization ( Type rowType, ILocalizationStore localizationStore ) : List>.Dictionary

Method Details

GetTable() public static method

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

GetTable() public static method

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