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

Base class for all type of SharePoint Life time scopes.
상속: ILifetimeScopeProvider
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

보호된 프로퍼티들

프로퍼티 타입 설명
ContainerProvider ISharePointContainerProvider

공개 메소드들

메소드 설명
EndLifetimeScope ( ) : void

The end lifetime scope abstract method.

보호된 메소드들

메소드 설명
SPLifetimeScopeProvider ( ISharePointContainerProvider containerProvider ) : System

Initializes a new instance of the SPLifetimeScopeProvider class.

ThrowExceptionIfNotSPContext ( ) : void

The throw exception if no SPContext exists.

메소드 상세

EndLifetimeScope() 공개 추상적인 메소드

The end lifetime scope abstract method.
public abstract EndLifetimeScope ( ) : void
리턴 void

SPLifetimeScopeProvider() 보호된 메소드

Initializes a new instance of the SPLifetimeScopeProvider class.
protected SPLifetimeScopeProvider ( ISharePointContainerProvider containerProvider ) : System
containerProvider ISharePointContainerProvider /// The container provider. ///
리턴 System

ThrowExceptionIfNotSPContext() 보호된 메소드

The throw exception if no SPContext exists.
/// Throws the InvalidOperationException if context is null ///
protected ThrowExceptionIfNotSPContext ( ) : void
리턴 void

프로퍼티 상세

ContainerProvider 보호되어 있는 프로퍼티

The SharePoint container provider.
protected ISharePointContainerProvider ContainerProvider
리턴 ISharePointContainerProvider