C# Class Common.AutowireApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: jglozano/samples Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void

Méthodes protégées

Méthode Description
Application_Start ( ) : void
GetServiceLocator ( ) : Common.ServiceLocator
InitializeComponents ( IServiceLocator locator ) : void
InitializeModules ( IServiceLocator locator ) : void
RegisterComponents ( IServiceLocator locator ) : void

Method Details

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

GetServiceLocator() protected méthode

protected GetServiceLocator ( ) : Common.ServiceLocator
Résultat Common.ServiceLocator

Init() public méthode

public Init ( ) : void
Résultat void

InitializeComponents() protected méthode

protected InitializeComponents ( IServiceLocator locator ) : void
locator IServiceLocator
Résultat void

InitializeModules() protected méthode

protected InitializeModules ( IServiceLocator locator ) : void
locator IServiceLocator
Résultat void

RegisterComponents() protected méthode

protected RegisterComponents ( IServiceLocator locator ) : void
locator IServiceLocator
Résultat void