C# Class Orchard.Environment.RunningShellTable

Inheritance: IRunningShellTable
Mostrar archivo Open project: ucdavis/Orchard Class Usage Examples

Public Methods

Method Description
Add ( ShellSettings settings ) : void
Match ( System.Web.HttpContextBase httpContext ) : ShellSettings
Match ( string host, string appRelativePath ) : ShellSettings
Remove ( ShellSettings settings ) : void
Update ( ShellSettings settings ) : void

Private Methods

Method Description
Organize ( ) : void

Method Details

Add() public method

public Add ( ShellSettings settings ) : void
settings Orchard.Environment.Configuration.ShellSettings
return void

Match() public method

public Match ( System.Web.HttpContextBase httpContext ) : ShellSettings
httpContext System.Web.HttpContextBase
return Orchard.Environment.Configuration.ShellSettings

Match() public method

public Match ( string host, string appRelativePath ) : ShellSettings
host string
appRelativePath string
return Orchard.Environment.Configuration.ShellSettings

Remove() public method

public Remove ( ShellSettings settings ) : void
settings Orchard.Environment.Configuration.ShellSettings
return void

Update() public method

public Update ( ShellSettings settings ) : void
settings Orchard.Environment.Configuration.ShellSettings
return void