C# Class Glass.Mapper.Sc.SitecoreContentContext

Class SitecoreContentContext
Inheritance: AbstractSitecoreContext
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
SitecoreContentContext ( ) : Glass.Mapper.Sc.IoC

Initializes a new instance of the SitecoreContentContext class.

SitecoreContentContext ( Context context ) : Glass.Mapper.Sc.IoC

Initializes a new instance of the SitecoreContentContext class.

SitecoreContentContext ( Database database ) : Glass.Mapper.Sc.IoC

Used for unit tests only

SitecoreContentContext ( string contextName ) : Glass.Mapper.Sc.IoC

Initializes a new instance of the SitecoreContentContext class.

Protected Methods

Method Description
SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC

Method Details

SitecoreContentContext() public method

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( ) : Glass.Mapper.Sc.IoC
return Glass.Mapper.Sc.IoC

SitecoreContentContext() public method

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( Context context ) : Glass.Mapper.Sc.IoC
context Context The context.
return Glass.Mapper.Sc.IoC

SitecoreContentContext() public method

Used for unit tests only
public SitecoreContentContext ( Database database ) : Glass.Mapper.Sc.IoC
database Database
return Glass.Mapper.Sc.IoC

SitecoreContentContext() protected method

protected SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC
database Database
glassContextProvider IGlassContextProvider
return Glass.Mapper.Sc.IoC

SitecoreContentContext() public method

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( string contextName ) : Glass.Mapper.Sc.IoC
contextName string Name of the context.
return Glass.Mapper.Sc.IoC