C# 클래스 Orchard.Environment.RunningShellTable

상속: IRunningShellTable
파일 보기 프로젝트 열기: ucdavis/Orchard 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ShellSettings settings ) : void
Match ( System.Web.HttpContextBase httpContext ) : ShellSettings
Match ( string host, string appRelativePath ) : ShellSettings
Remove ( ShellSettings settings ) : void
Update ( ShellSettings settings ) : void

비공개 메소드들

메소드 설명
Organize ( ) : void

메소드 상세

Add() 공개 메소드

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

Match() 공개 메소드

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

Match() 공개 메소드

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

Remove() 공개 메소드

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

Update() 공개 메소드

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