C# Class Shell.MvcApplication

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: mppa-git/aspnet4-multitenant-framework

Public Methods

Method Description
GetMyOptions ( string tenant ) : MyOptions

Protected Methods

Method Description
Application_Start ( ) : void
RegisterServices ( ) : void

Private Methods

Method Description
AddTenant ( Autofac.Extras.Multitenant.MultitenantContainer mtc, string tenantId ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

GetMyOptions() public method

public GetMyOptions ( string tenant ) : MyOptions
tenant string
return Shell.Options.MyOptions

RegisterServices() protected method

protected RegisterServices ( ) : void
return void