C# 클래스 Glass.Mapper.Sc.FakeDb.ThirdParty.SimpleInjector.SimpleInjectorTask

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

보호된 메소드들

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

메소드 상세

CreateConcreteInstance() 보호된 메소드

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

GetConstructorParameters() 보호된 메소드

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

IsRegistered() 보호된 메소드

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

Register() 보호된 메소드

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