C# Class Serenity.Data.RowRegistry

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
EnumerateRows ( ) : IEnumerable
GetConnectionKey ( Row row ) : string
GetConnectionKey ( Type type ) : string
GetConnectionRow ( string connectionKey, string table ) : Row
GetRegistry ( string connectionKey ) : Row>.IDictionary

Private Methods

Méthode Description
AddInstance ( Row>.Dictionary registry, Row row ) : void
EnsureRegistry ( ) : Dictionary>
GetInstance ( Type rowType ) : Row
Initialize ( ) : Dictionary>
RowRegistry ( ) : System.Collections.Generic

Method Details

EnumerateRows() public static méthode

public static EnumerateRows ( ) : IEnumerable
Résultat IEnumerable

GetConnectionKey() public static méthode

public static GetConnectionKey ( Row row ) : string
row Row
Résultat string

GetConnectionKey() public static méthode

public static GetConnectionKey ( Type type ) : string
type System.Type
Résultat string

GetConnectionRow() public static méthode

public static GetConnectionRow ( string connectionKey, string table ) : Row
connectionKey string
table string
Résultat Row

GetRegistry() public static méthode

public static GetRegistry ( string connectionKey ) : Row>.IDictionary
connectionKey string
Résultat Row>.IDictionary