C# 클래스 Marten.Util.TypeMappings

파일 보기 프로젝트 열기: JasperFx/marten

공개 메소드들

메소드 설명
ApplyCastToLocator ( this locator, EnumStorage enumStyle, Type memberType ) : string
CanonicizeSql ( this sql ) : string
ConvertSynonyms ( string type ) : string
GetPgType ( Type memberType ) : string
HasTypeMapping ( Type memberType ) : bool
IsDate ( this value ) : bool
ReplaceMultiSpace ( this str, string newStr ) : string
ToDbType ( Type type ) : NpgsqlDbType

비공개 메소드들

메소드 설명
TypeMappings ( ) : System

메소드 상세

ApplyCastToLocator() 공개 정적인 메소드

public static ApplyCastToLocator ( this locator, EnumStorage enumStyle, Type memberType ) : string
locator this
enumStyle EnumStorage
memberType System.Type
리턴 string

CanonicizeSql() 공개 정적인 메소드

public static CanonicizeSql ( this sql ) : string
sql this
리턴 string

ConvertSynonyms() 공개 정적인 메소드

public static ConvertSynonyms ( string type ) : string
type string
리턴 string

GetPgType() 공개 정적인 메소드

public static GetPgType ( Type memberType ) : string
memberType System.Type
리턴 string

HasTypeMapping() 공개 정적인 메소드

public static HasTypeMapping ( Type memberType ) : bool
memberType System.Type
리턴 bool

IsDate() 공개 정적인 메소드

public static IsDate ( this value ) : bool
value this
리턴 bool

ReplaceMultiSpace() 공개 정적인 메소드

public static ReplaceMultiSpace ( this str, string newStr ) : string
str this
newStr string
리턴 string

ToDbType() 공개 정적인 메소드

public static ToDbType ( Type type ) : NpgsqlDbType
type System.Type
리턴 NpgsqlDbType