C# Class Dapper.FluentMap.TypeMaps.MultiTypeMap

Represents a Dapper type mapping strategy which consists of multiple strategies.
Inheritance: SqlMapper.ITypeMap
Afficher le fichier Open project: henkmollema/Dapper-FluentMap

Méthodes publiques

Méthode Description
FindConstructor ( string names, Type types ) : ConstructorInfo
FindExplicitConstructor ( ) : ConstructorInfo
GetConstructorParameter ( ConstructorInfo constructor, string columnName ) : SqlMapper.IMemberMap
GetMember ( string columnName ) : SqlMapper.IMemberMap

Méthodes protégées

Méthode Description
MultiTypeMap ( ) : System

Initializes an instance of the T:Dapper.FluentMap.TypeMaps.MultiTypeMap class with the specified Dapper type mappers.

Method Details

FindConstructor() public méthode

public FindConstructor ( string names, Type types ) : ConstructorInfo
names string
types System.Type
Résultat System.Reflection.ConstructorInfo

FindExplicitConstructor() public méthode

public FindExplicitConstructor ( ) : ConstructorInfo
Résultat System.Reflection.ConstructorInfo

GetConstructorParameter() public méthode

public GetConstructorParameter ( ConstructorInfo constructor, string columnName ) : SqlMapper.IMemberMap
constructor System.Reflection.ConstructorInfo
columnName string
Résultat SqlMapper.IMemberMap

GetMember() public méthode

public GetMember ( string columnName ) : SqlMapper.IMemberMap
columnName string
Résultat SqlMapper.IMemberMap

MultiTypeMap() protected méthode

Initializes an instance of the T:Dapper.FluentMap.TypeMaps.MultiTypeMap class with the specified Dapper type mappers.
protected MultiTypeMap ( ) : System
Résultat System