C# Class Shell.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: mppa-git/aspnet4-multitenant-framework

Méthodes publiques

Méthode Description
GetMyOptions ( string tenant ) : MyOptions

Méthodes protégées

Méthode Description
Application_Start ( ) : void
RegisterServices ( ) : void

Private Methods

Méthode Description
AddTenant ( Autofac.Extras.Multitenant.MultitenantContainer mtc, string tenantId ) : void

Method Details

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

GetMyOptions() public méthode

public GetMyOptions ( string tenant ) : MyOptions
tenant string
Résultat Shell.Options.MyOptions

RegisterServices() protected méthode

protected RegisterServices ( ) : void
Résultat void