C# Class Codaxy.CodeReports.CodeModel.TableGenerator

Afficher le fichier Open project: codaxy/codereports

Méthodes publiques

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

Private Methods

Méthode Description
GetTableLocalization ( Type rowType, ILocalizationStore localizationStore ) : List>.Dictionary

Method Details

GetTable() public static méthode

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

GetTable() public static méthode

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