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.
|
Method | Description | |
---|---|---|
SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( ) : Glass.Mapper.Sc.IoC | ||
return | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( Context context ) : Glass.Mapper.Sc.IoC | ||
context | Context | The context. |
return | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( Database database ) : Glass.Mapper.Sc.IoC | ||
database | Database | |
return | Glass.Mapper.Sc.IoC |
protected SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC | ||
database | Database | |
glassContextProvider | IGlassContextProvider | |
return | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( string contextName ) : Glass.Mapper.Sc.IoC | ||
contextName | string | Name of the context. |
return | Glass.Mapper.Sc.IoC |