C# 클래스 NServiceBus.Autofac.AcceptanceTests.ScopeDecorator

상속: ILifetimeScope
파일 보기 프로젝트 열기: Particular/NServiceBus.Autofac 1 사용 예제들

공개 메소드들

메소드 설명
BeginLifetimeScope ( ) : ILifetimeScope
BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
BeginLifetimeScope ( object tag ) : ILifetimeScope
BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
Dispose ( ) : void
ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
ScopeDecorator ( ILifetimeScope decorated ) : System

메소드 상세

BeginLifetimeScope() 공개 메소드

public BeginLifetimeScope ( ) : ILifetimeScope
리턴 ILifetimeScope

BeginLifetimeScope() 공개 메소드

public BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
configurationAction Action
리턴 ILifetimeScope

BeginLifetimeScope() 공개 메소드

public BeginLifetimeScope ( object tag ) : ILifetimeScope
tag object
리턴 ILifetimeScope

BeginLifetimeScope() 공개 메소드

public BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
tag object
configurationAction Action
리턴 ILifetimeScope

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ResolveComponent() 공개 메소드

public ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
registration IComponentRegistration
parameters IEnumerable
리턴 object

ScopeDecorator() 공개 메소드

public ScopeDecorator ( ILifetimeScope decorated ) : System
decorated ILifetimeScope
리턴 System