Метод | Описание | |
---|---|---|
SitecoreContext ( ) : System |
Initializes a new instance of the SitecoreContext class.
|
|
SitecoreContext ( Context context ) : System |
Initializes a new instance of the SitecoreContext class.
|
|
SitecoreContext ( Database database ) : System |
Used for unit tests only
|
|
SitecoreContext ( string contextName ) : System |
Initializes a new instance of the AbstractService class.
|
Метод | Описание | |
---|---|---|
SitecoreContext ( Database database, IGlassContextProvider glassContextProvider ) : System |
Метод | Описание | |
---|---|---|
GetFromHttpContext ( string contextName = null ) : ISitecoreContext |
public SitecoreContext ( Context context ) : System | ||
context | Context | The context. |
Результат | System |
public SitecoreContext ( Database database ) : System | ||
database | Database | |
Результат | System |
protected SitecoreContext ( Database database, IGlassContextProvider glassContextProvider ) : System | ||
database | Database | |
glassContextProvider | IGlassContextProvider | |
Результат | System |
public SitecoreContext ( string contextName ) : System | ||
contextName | string | Name of the context. |
Результат | System |