C# Class MicroLite.Configuration.ConfigureExtensions

The class used to configure extensions to the MicroLite ORM framework.
Inheritance: IConfigureExtensions
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
SetLogResolver ( ILog>.Func logResolver ) : void
SetMappingConvention ( IMappingConvention mappingConvention ) : void

Method Details

SetLogResolver() public méthode

public SetLogResolver ( ILog>.Func logResolver ) : void
logResolver ILog>.Func
Résultat void

SetMappingConvention() public méthode

public SetMappingConvention ( IMappingConvention mappingConvention ) : void
mappingConvention IMappingConvention
Résultat void