C# 클래스 ET.Obj2Schema.Maps.DbDataTypesMapBase

Maps .NET types to database types
파일 보기 프로젝트 열기: etcoding/Obj2Schema 1 사용 예제들

공개 메소드들

메소드 설명
DbDataTypesMapBase ( ) : System

Initializes a new instance of the DbDataTypesMapBase class.

DbDataTypesMapBase ( string>.Dictionary typeMap ) : System

Initializes a new instance of the DbDataTypesMapBase class.

HasMappingFor ( Type type ) : bool

Determines whether the mapping for a given type was specified.

this ( Type type ) : string

Gets the System.String for given type.

메소드 상세

DbDataTypesMapBase() 공개 메소드

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( ) : System
리턴 System

DbDataTypesMapBase() 공개 메소드

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( string>.Dictionary typeMap ) : System
typeMap string>.Dictionary The type map.
리턴 System

HasMappingFor() 공개 메소드

Determines whether the mapping for a given type was specified.
public HasMappingFor ( Type type ) : bool
type System.Type The type.
리턴 bool

this() 공개 메소드

Gets the System.String for given type.
public this ( Type type ) : string
type System.Type
리턴 string