C# Class Aqueduct.Common.Context.BaseContext

Inheritance: IContext
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Protected Properties

Property Type Description
_appMode ApplicationMode
_serverName string

Public Methods

Method Description
BaseContext ( ApplicationMode appMode, string serverName ) : System
BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
ResolvePath ( string virtualPath ) : string

Method Details

BaseContext() public method

public BaseContext ( ApplicationMode appMode, string serverName ) : System
appMode ApplicationMode
serverName string
return System

BaseContext() public method

public BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
modeLoader IApplicationModeLoader
serverName string
return System

ResolvePath() public method

public ResolvePath ( string virtualPath ) : string
virtualPath string
return string

Property Details

_appMode protected_oe property

protected ApplicationMode _appMode
return ApplicationMode

_serverName protected_oe property

protected string _serverName
return string