C# Class Guidelines.Mapping.AutoMapper.DefaultMappingsLoaderTask

Inheritance: IBootstrapTask
显示文件 Open project: basicdays/Guidelines

Public Methods

Method 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 method

public Bootstrap ( ) : void
return void

DefaultKeyGenerationMethod() public method

public DefaultKeyGenerationMethod ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
return Action

DefaultMappingsLoaderTask() public method

public DefaultMappingsLoaderTask ( ConfigurationStore configuration, IEnumerable mappingsToRegister, bool generateKeys = true ) : System
configuration ConfigurationStore
mappingsToRegister IEnumerable
generateKeys bool
return System

GenerateKey() public method

public GenerateKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
return Action

GeneratesKey() public method

public GeneratesKey ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
return bool

HadDefaultKeyGeneration() public method

public HadDefaultKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
return bool

HasNoKeyGeneration() public method

public HasNoKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
return bool

IgnoreKey() public method

public IgnoreKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
return Action