C# 클래스 Shell.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: mppa-git/aspnet4-multitenant-framework

공개 메소드들

메소드 설명
GetMyOptions ( string tenant ) : MyOptions

보호된 메소드들

메소드 설명
Application_Start ( ) : void
RegisterServices ( ) : void

비공개 메소드들

메소드 설명
AddTenant ( Autofac.Extras.Multitenant.MultitenantContainer mtc, string tenantId ) : void

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

GetMyOptions() 공개 메소드

public GetMyOptions ( string tenant ) : MyOptions
tenant string
리턴 Shell.Options.MyOptions

RegisterServices() 보호된 메소드

protected RegisterServices ( ) : void
리턴 void