C# Класс Guidelines.Mapping.AutoMapper.DefaultMappingsLoaderTask

Наследование: IBootstrapTask
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Bootstrap() публичный Метод

public Bootstrap ( ) : void
Результат void

DefaultKeyGenerationMethod() публичный Метод

public DefaultKeyGenerationMethod ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Результат Action

DefaultMappingsLoaderTask() публичный Метод

public DefaultMappingsLoaderTask ( ConfigurationStore configuration, IEnumerable mappingsToRegister, bool generateKeys = true ) : System
configuration ConfigurationStore
mappingsToRegister IEnumerable
generateKeys bool
Результат System

GenerateKey() публичный Метод

public GenerateKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Результат Action

GeneratesKey() публичный Метод

public GeneratesKey ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Результат bool

HadDefaultKeyGeneration() публичный Метод

public HadDefaultKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Результат bool

HasNoKeyGeneration() публичный Метод

public HasNoKeyGeneration ( IRegisterMappings mappingToRegiseter ) : bool
mappingToRegiseter IRegisterMappings
Результат bool

IgnoreKey() публичный Метод

public IgnoreKey ( Type inputType, Type idType ) : Action
inputType System.Type
idType System.Type
Результат Action