메소드 | 설명 | |
---|---|---|
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 |
public SitecoreContentContext ( ) : Glass.Mapper.Sc.IoC | ||
리턴 | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( Context context ) : Glass.Mapper.Sc.IoC | ||
context | Context | The context. |
리턴 | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( Database database ) : Glass.Mapper.Sc.IoC | ||
database | Database | |
리턴 | Glass.Mapper.Sc.IoC |
protected SitecoreContentContext ( Database database, IGlassContextProvider glassContextProvider ) : Glass.Mapper.Sc.IoC | ||
database | Database | |
glassContextProvider | IGlassContextProvider | |
리턴 | Glass.Mapper.Sc.IoC |
public SitecoreContentContext ( string contextName ) : Glass.Mapper.Sc.IoC | ||
contextName | string | Name of the context. |
리턴 | Glass.Mapper.Sc.IoC |