C# Class ET.Obj2Schema.Maps.DbDataTypesMapBase

Maps .NET types to database types
ファイルを表示 Open project: etcoding/Obj2Schema Class Usage Examples

Public Methods

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

Method Details

DbDataTypesMapBase() public method

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

DbDataTypesMapBase() public method

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

HasMappingFor() public method

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

this() public method

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