C# Класс Glass.Mapper.Sc.SitecoreContentContext

Class SitecoreContentContext
Наследование: AbstractSitecoreContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC

Описание методов

SitecoreContentContext() публичный Метод

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( ) : Glass.Mapper.Sc.IoC
Результат Glass.Mapper.Sc.IoC

SitecoreContentContext() публичный Метод

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( Context context ) : Glass.Mapper.Sc.IoC
context Context The context.
Результат Glass.Mapper.Sc.IoC

SitecoreContentContext() публичный Метод

Used for unit tests only
public SitecoreContentContext ( Database database ) : Glass.Mapper.Sc.IoC
database Database
Результат Glass.Mapper.Sc.IoC

SitecoreContentContext() защищенный Метод

protected SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC
database Database
glassContextProvider IGlassContextProvider
Результат Glass.Mapper.Sc.IoC

SitecoreContentContext() публичный Метод

Initializes a new instance of the SitecoreContentContext class.
public SitecoreContentContext ( string contextName ) : Glass.Mapper.Sc.IoC
contextName string Name of the context.
Результат Glass.Mapper.Sc.IoC