C# Класс GSoft.Dynamite.ServiceLocator.SPLifetimeScopeProvider

Base class for all type of SharePoint Life time scopes.
Наследование: ILifetimeScopeProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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