C# 클래스 Aqueduct.Common.Context.BaseContext

상속: IContext
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

보호된 프로퍼티들

프로퍼티 타입 설명
_appMode ApplicationMode
_serverName string

공개 메소드들

메소드 설명
BaseContext ( ApplicationMode appMode, string serverName ) : System
BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
ResolvePath ( string virtualPath ) : string

메소드 상세

BaseContext() 공개 메소드

public BaseContext ( ApplicationMode appMode, string serverName ) : System
appMode ApplicationMode
serverName string
리턴 System

BaseContext() 공개 메소드

public BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
modeLoader IApplicationModeLoader
serverName string
리턴 System

ResolvePath() 공개 메소드

public ResolvePath ( string virtualPath ) : string
virtualPath string
리턴 string

프로퍼티 상세

_appMode 보호되어 있는 프로퍼티

protected ApplicationMode _appMode
리턴 ApplicationMode

_serverName 보호되어 있는 프로퍼티

protected string _serverName
리턴 string