C# 클래스 Serenity.Data.RowRegistry

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
EnumerateRows ( ) : IEnumerable
GetConnectionKey ( Row row ) : string
GetConnectionKey ( Type type ) : string
GetConnectionRow ( string connectionKey, string table ) : Row
GetRegistry ( string connectionKey ) : Row>.IDictionary

비공개 메소드들

메소드 설명
AddInstance ( Row>.Dictionary registry, Row row ) : void
EnsureRegistry ( ) : Dictionary>
GetInstance ( Type rowType ) : Row
Initialize ( ) : Dictionary>
RowRegistry ( ) : System.Collections.Generic

메소드 상세

EnumerateRows() 공개 정적인 메소드

public static EnumerateRows ( ) : IEnumerable
리턴 IEnumerable

GetConnectionKey() 공개 정적인 메소드

public static GetConnectionKey ( Row row ) : string
row Row
리턴 string

GetConnectionKey() 공개 정적인 메소드

public static GetConnectionKey ( Type type ) : string
type System.Type
리턴 string

GetConnectionRow() 공개 정적인 메소드

public static GetConnectionRow ( string connectionKey, string table ) : Row
connectionKey string
table string
리턴 Row

GetRegistry() 공개 정적인 메소드

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