C# Class Guidelines.Mapping.AutoMapper.DefaultMappingsLoaderTask

Inheritance: IBootstrapTask
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
Bootstrap ( ) : void
DefaultKeyGenerationMethod ( Type inputType, Type idType ) : Action
DefaultMappingsLoaderTask ( ConfigurationStore configuration, IEnumerable mappingsToRegister, bool generateKeys = true ) : System
GenerateKey ( Type inputType, Type idType ) : Action
GeneratesKey ( IRegisterMappings mappingToRegiseter ) : bool
HadDefaultKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
HasNoKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
IgnoreKey ( Type inputType, Type idType ) : Action

Method Details

Bootstrap() public méthode

public Bootstrap ( ) : void
Résultat void

DefaultKeyGenerationMethod() public méthode

public DefaultKeyGenerationMethod ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Résultat Action

DefaultMappingsLoaderTask() public méthode

public DefaultMappingsLoaderTask ( ConfigurationStore configuration, IEnumerable mappingsToRegister, bool generateKeys = true ) : System
configuration ConfigurationStore
mappingsToRegister IEnumerable
generateKeys bool
Résultat System

GenerateKey() public méthode

public GenerateKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Résultat Action

GeneratesKey() public méthode

public GeneratesKey ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Résultat bool

HadDefaultKeyGeneration() public méthode

public HadDefaultKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Résultat bool

HasNoKeyGeneration() public méthode

public HasNoKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Résultat bool

IgnoreKey() public méthode

public IgnoreKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Résultat Action