C# 클래스 Ninject.Extensions.NamedScope.NamedScopeActivationStrategy

Activation strategy that creates a reference from the owner to the named scopes.
상속: ActivationStrategy
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.NamedScope 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( IContext context, InstanceReference reference ) : void

Activates the specified context.

메소드 상세

Activate() 공개 메소드

Activates the specified context.
public Activate ( IContext context, InstanceReference reference ) : void
context IContext The context.
reference InstanceReference The reference.
리턴 void