C# Class Zetbox.API.Migration.Translator.SourceColumnInfo

Mostrar archivo Open project: daszat/zetbox

Public Properties

Property Type Description
DestIsCompoundProp bool
DestIsEnumProp bool
DestType DbType
SrcType DbType

Public Methods

Method Description
SourceColumnInfo ( DbType DestType, DbType SrcType, bool DestIsEnumProp, bool DestIsCompoundProp ) : System

Method Details

SourceColumnInfo() public method

public SourceColumnInfo ( DbType DestType, DbType SrcType, bool DestIsEnumProp, bool DestIsCompoundProp ) : System
DestType DbType
SrcType DbType
DestIsEnumProp bool
DestIsCompoundProp bool
return System

Property Details

DestIsCompoundProp public_oe property

public bool DestIsCompoundProp
return bool

DestIsEnumProp public_oe property

public bool DestIsEnumProp
return bool

DestType public_oe property

public DbType DestType
return DbType

SrcType public_oe property

public DbType SrcType
return DbType