C# 클래스 Zetbox.API.Server.DbTypeMapper

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
GetDbType ( Type type ) : DbType
GetDbType ( this prop ) : DbType
GetDbTypeForProperty ( Type type ) : DbType
GetPropertyType ( DbType type ) : Type
GetSystemType ( DbType type ) : Type

비공개 메소드들

메소드 설명
GetDbType ( ColumnType colType ) : DbType
GetDbType ( Type type, DbType>.KeyValuePair mapping ) : DbType
GetSystemType ( DbType type, DbType>.KeyValuePair mapping ) : Type

메소드 상세

GetDbType() 공개 정적인 메소드

public static GetDbType ( Type type ) : DbType
type System.Type
리턴 DbType

GetDbType() 공개 정적인 메소드

public static GetDbType ( this prop ) : DbType
prop this
리턴 DbType

GetDbTypeForProperty() 공개 정적인 메소드

public static GetDbTypeForProperty ( Type type ) : DbType
type System.Type
리턴 DbType

GetPropertyType() 공개 정적인 메소드

public static GetPropertyType ( DbType type ) : Type
type DbType
리턴 System.Type

GetSystemType() 공개 정적인 메소드

public static GetSystemType ( DbType type ) : Type
type DbType
리턴 System.Type