C# Class Serenity.Data.RowRegistry

Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public static EnumerateRows ( ) : IEnumerable
return IEnumerable

GetConnectionKey() public static method

public static GetConnectionKey ( Row row ) : string
row Row
return string

GetConnectionKey() public static method

public static GetConnectionKey ( Type type ) : string
type System.Type
return string

GetConnectionRow() public static method

public static GetConnectionRow ( string connectionKey, string table ) : Row
connectionKey string
table string
return Row

GetRegistry() public static method

public static GetRegistry ( string connectionKey ) : Row>.IDictionary
connectionKey string
return Row>.IDictionary