C# Class GSoft.Dynamite.ServiceLocator.SPLifetimeScopeProvider

Base class for all type of SharePoint Life time scopes.
Inheritance: ILifetimeScopeProvider
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Protected Properties

Свойство Type Description
ContainerProvider ISharePointContainerProvider

Méthodes publiques

Méthode Description
EndLifetimeScope ( ) : void

The end lifetime scope abstract method.

Méthodes protégées

Méthode Description
SPLifetimeScopeProvider ( ISharePointContainerProvider containerProvider ) : System

Initializes a new instance of the SPLifetimeScopeProvider class.

ThrowExceptionIfNotSPContext ( ) : void

The throw exception if no SPContext exists.

Method Details

EndLifetimeScope() public abstract méthode

The end lifetime scope abstract method.
public abstract EndLifetimeScope ( ) : void
Résultat void

SPLifetimeScopeProvider() protected méthode

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

ThrowExceptionIfNotSPContext() protected méthode

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

Property Details

ContainerProvider protected_oe property

The SharePoint container provider.
protected ISharePointContainerProvider ContainerProvider
Résultat ISharePointContainerProvider