C# Класс ET.Obj2Schema.Maps.DbDataTypesMapBase

Maps .NET types to database types
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DbDataTypesMapBase() публичный Метод

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( ) : System
Результат System

DbDataTypesMapBase() публичный Метод

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( string>.Dictionary typeMap ) : System
typeMap string>.Dictionary The type map.
Результат System

HasMappingFor() публичный Метод

Determines whether the mapping for a given type was specified.
public HasMappingFor ( Type type ) : bool
type System.Type The type.
Результат bool

this() публичный Метод

Gets the System.String for given type.
public this ( Type type ) : string
type System.Type
Результат string