C# 클래스 nHydrate.Generator.EFDAL.Mocks.ColumnExtension

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
EFCodeType ( this column ) : string
EFDatabaseType ( this column ) : string
EFDatabaseType ( this column, bool appendMax ) : string
EFGetCodeMaxLengthString ( this column ) : string
EFGetDatabaseMaxLengthString ( this column ) : string
EFIsFixedLength ( this column ) : bool?
EFStoreGeneratedPattern ( this column ) : string
EFSupportsPrecision ( this column ) : bool
EFUnicode ( this column ) : bool?
IsForeignKey ( this column ) : bool
IsForeignKeyIgnoreInheritance ( this column ) : bool

메소드 상세

EFCodeType() 공개 정적인 메소드

public static EFCodeType ( this column ) : string
column this
리턴 string

EFDatabaseType() 공개 정적인 메소드

public static EFDatabaseType ( this column ) : string
column this
리턴 string

EFDatabaseType() 공개 정적인 메소드

public static EFDatabaseType ( this column, bool appendMax ) : string
column this
appendMax bool
리턴 string

EFGetCodeMaxLengthString() 공개 정적인 메소드

public static EFGetCodeMaxLengthString ( this column ) : string
column this
리턴 string

EFGetDatabaseMaxLengthString() 공개 정적인 메소드

public static EFGetDatabaseMaxLengthString ( this column ) : string
column this
리턴 string

EFIsFixedLength() 공개 정적인 메소드

public static EFIsFixedLength ( this column ) : bool?
column this
리턴 bool?

EFStoreGeneratedPattern() 공개 정적인 메소드

public static EFStoreGeneratedPattern ( this column ) : string
column this
리턴 string

EFSupportsPrecision() 공개 정적인 메소드

public static EFSupportsPrecision ( this column ) : bool
column this
리턴 bool

EFUnicode() 공개 정적인 메소드

public static EFUnicode ( this column ) : bool?
column this
리턴 bool?

IsForeignKey() 공개 정적인 메소드

public static IsForeignKey ( this column ) : bool
column this
리턴 bool

IsForeignKeyIgnoreInheritance() 공개 정적인 메소드

public static IsForeignKeyIgnoreInheritance ( this column ) : bool
column this
리턴 bool