C# 클래스 Autofac.ContainerBuilder

파일 보기 프로젝트 열기: thangchung/NHibernate3Sample 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : IContainer
RegisterCallback ( Action configurationCallback ) : void
Update ( IComponentRegistry componentRegistry ) : void
Update ( IContainer container ) : void

메소드 상세

Build() 공개 메소드

public Build ( ) : IContainer
리턴 IContainer

RegisterCallback() 공개 메소드

public RegisterCallback ( Action configurationCallback ) : void
configurationCallback Action
리턴 void

Update() 공개 메소드

public Update ( IComponentRegistry componentRegistry ) : void
componentRegistry IComponentRegistry
리턴 void

Update() 공개 메소드

public Update ( IContainer container ) : void
container IContainer
리턴 void