C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.Tasks.Ioc.IocTaskBase

상속: Glass.Mapper.Pipelines.ObjectConstruction.AbstractObjectConstructionTask
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
Execute ( Glass args ) : void

보호된 메소드들

메소드 설명
CreateConcreteInstance ( AbstractTypeConfiguration config ) : object
GetConstructorParameters ( AbstractTypeConfiguration config ) : object[]
IsRegistered ( Type type ) : bool
Register ( Type type ) : void

비공개 메소드들

메소드 설명
IocTaskBase ( ) : System

메소드 상세

CreateConcreteInstance() 보호된 추상적인 메소드

protected abstract CreateConcreteInstance ( AbstractTypeConfiguration config ) : object
config Glass.Mapper.Configuration.AbstractTypeConfiguration
리턴 object

Execute() 공개 메소드

public Execute ( Glass args ) : void
args Glass
리턴 void

GetConstructorParameters() 보호된 추상적인 메소드

protected abstract GetConstructorParameters ( AbstractTypeConfiguration config ) : object[]
config Glass.Mapper.Configuration.AbstractTypeConfiguration
리턴 object[]

IsRegistered() 보호된 추상적인 메소드

protected abstract IsRegistered ( Type type ) : bool
type System.Type
리턴 bool

Register() 보호된 추상적인 메소드

protected abstract Register ( Type type ) : void
type System.Type
리턴 void