C# 클래스 Glass.Mapper.Sc.SitecoreContentContext

Class SitecoreContentContext
상속: AbstractSitecoreContext
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
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