C# 클래스 GSoft.Dynamite.ServiceLocator.ChildScopeFactory

Helps to maintain long-lived child containers
상속: IChildScopeFactory
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
GetChildLifetimeScope ( ILifetimeScope parentScope, string scopeKindTag, string childScopeKey ) : ILifetimeScope

A tag to identify this kind of scope so it can be reused to share objects through fancy registration extensions (e.g. InstancePerSPSite, InstancePerSPWeb) Creates a new child scope or returns an existing child scope.

메소드 상세

GetChildLifetimeScope() 공개 메소드

A tag to identify this kind of scope so it can be reused to share objects through fancy registration extensions (e.g. InstancePerSPSite, InstancePerSPWeb) Creates a new child scope or returns an existing child scope.
public GetChildLifetimeScope ( ILifetimeScope parentScope, string scopeKindTag, string childScopeKey ) : ILifetimeScope
parentScope ILifetimeScope The current parent container.
scopeKindTag string
childScopeKey string A key to uniquely identify this scope within the container.
리턴 ILifetimeScope