C# Class PetaPocoWebApplication.Infrastructure.MyMapper

Inheritance: DefaultMapper
Afficher le fichier Open project: schotime/PetaPocoSampleWebApplication

Méthodes publiques

Méthode Description
GetFromDbConverter ( PropertyInfo pi, Type SourceType ) : object>.Func
GetToDbConverter ( Type SourceType ) : object>.Func
MapPropertyToColumn ( PropertyInfo pi, string &columnName, bool &resultColumn ) : bool

Method Details

GetFromDbConverter() public méthode

public GetFromDbConverter ( PropertyInfo pi, Type SourceType ) : object>.Func
pi System.Reflection.PropertyInfo
SourceType System.Type
Résultat object>.Func

GetToDbConverter() public méthode

public GetToDbConverter ( Type SourceType ) : object>.Func
SourceType System.Type
Résultat object>.Func

MapPropertyToColumn() public méthode

public MapPropertyToColumn ( PropertyInfo pi, string &columnName, bool &resultColumn ) : bool
pi System.Reflection.PropertyInfo
columnName string
resultColumn bool
Résultat bool