C# Class nHydrate.Generator.EFDAL.Interfaces.ColumnExtension

Exibir arquivo Open project: nHydrate/nHydrate

Public Methods

Method Description
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

Method Details

EFCodeType() public static method

public static EFCodeType ( this column ) : string
column this
return string

EFDatabaseType() public static method

public static EFDatabaseType ( this column ) : string
column this
return string

EFDatabaseType() public static method

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

EFGetCodeMaxLengthString() public static method

public static EFGetCodeMaxLengthString ( this column ) : string
column this
return string

EFGetDatabaseMaxLengthString() public static method

public static EFGetDatabaseMaxLengthString ( this column ) : string
column this
return string

EFIsFixedLength() public static method

public static EFIsFixedLength ( this column ) : bool?
column this
return bool?

EFStoreGeneratedPattern() public static method

public static EFStoreGeneratedPattern ( this column ) : string
column this
return string

EFSupportsPrecision() public static method

public static EFSupportsPrecision ( this column ) : bool
column this
return bool

EFUnicode() public static method

public static EFUnicode ( this column ) : bool?
column this
return bool?

IsForeignKey() public static method

public static IsForeignKey ( this column ) : bool
column this
return bool

IsForeignKeyIgnoreInheritance() public static method

public static IsForeignKeyIgnoreInheritance ( this column ) : bool
column this
return bool