C# 클래스 NServiceBus.ObjectBuilder.CastleWindsor.Windsor250ObjectBuilder

Castle Windsor implementaton of IContainer.
상속: IContainer
파일 보기 프로젝트 열기: paulduran/SqlMonitor

공개 메소드들

메소드 설명
IContainer ( Type concreteComponent, ComponentCallModelEnum callModel ) : void
IContainer ( Type lookupType, object instance ) : void
IContainer ( Type component, string property, object value ) : void
Windsor250ObjectBuilder ( ) : System

Instantites the class with a new WindsorContainer setting the NoTrackingReleasePolicy.

Windsor250ObjectBuilder ( IWindsorContainer container ) : System

Instantiates the class saving the given container.

비공개 메소드들

메소드 설명
GetAllServiceTypesFor ( Type t ) : IEnumerable
GetHandlerForType ( Type concreteComponent ) : IHandler
GetLifestyleTypeFrom ( ComponentCallModelEnum callModel ) : LifestyleType
IContainer ( Type typeToBuild ) : IEnumerable
IContainer ( Type typeToBuild ) : object

메소드 상세

IContainer() 공개 메소드

public IContainer ( Type concreteComponent, ComponentCallModelEnum callModel ) : void
concreteComponent System.Type
callModel ComponentCallModelEnum
리턴 void

IContainer() 공개 메소드

public IContainer ( Type lookupType, object instance ) : void
lookupType System.Type
instance object
리턴 void

IContainer() 공개 메소드

public IContainer ( Type component, string property, object value ) : void
component System.Type
property string
value object
리턴 void

Windsor250ObjectBuilder() 공개 메소드

Instantites the class with a new WindsorContainer setting the NoTrackingReleasePolicy.
public Windsor250ObjectBuilder ( ) : System
리턴 System

Windsor250ObjectBuilder() 공개 메소드

Instantiates the class saving the given container.
public Windsor250ObjectBuilder ( IWindsorContainer container ) : System
container IWindsorContainer
리턴 System