C# Class Aqueduct.Common.Context.BaseContext

Inheritance: IContext
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Protected Properties

Свойство Type Description
_appMode ApplicationMode
_serverName string

Méthodes publiques

Méthode Description
BaseContext ( ApplicationMode appMode, string serverName ) : System
BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
ResolvePath ( string virtualPath ) : string

Method Details

BaseContext() public méthode

public BaseContext ( ApplicationMode appMode, string serverName ) : System
appMode ApplicationMode
serverName string
Résultat System

BaseContext() public méthode

public BaseContext ( IApplicationModeLoader modeLoader, string serverName ) : System
modeLoader IApplicationModeLoader
serverName string
Résultat System

ResolvePath() public méthode

public ResolvePath ( string virtualPath ) : string
virtualPath string
Résultat string

Property Details

_appMode protected_oe property

protected ApplicationMode _appMode
Résultat ApplicationMode

_serverName protected_oe property

protected string _serverName
Résultat string