C# 클래스 Guidelines.Mapping.AutoMapper.DefaultMappingsLoaderTask

상속: IBootstrapTask
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
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