C# Class Glass.Mapper.Sc.FakeDb.ThirdParty.SimpleInjector.SimpleInjectorTask

Inheritance: Glass.Mapper.Pipelines.ObjectConstruction.Tasks.Ioc.IocTaskBase
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Protected Methods

Method Description
CreateConcreteInstance ( AbstractTypeConfiguration config ) : object
GetConstructorParameters ( AbstractTypeConfiguration config ) : object[]
IsRegistered ( Type type ) : bool
Register ( Type type ) : void

Method Details

CreateConcreteInstance() protected method

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

GetConstructorParameters() protected method

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

IsRegistered() protected method

protected IsRegistered ( Type type ) : bool
type System.Type
return bool

Register() protected method

protected Register ( Type type ) : void
type System.Type
return void