C# Class Common.AutowireApplication

Inheritance: System.Web.HttpApplication
Show file Open project: jglozano/samples Class Usage Examples

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Application_Start ( ) : void
GetServiceLocator ( ) : Common.ServiceLocator
InitializeComponents ( IServiceLocator locator ) : void
InitializeModules ( IServiceLocator locator ) : void
RegisterComponents ( IServiceLocator locator ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

GetServiceLocator() protected method

protected GetServiceLocator ( ) : Common.ServiceLocator
return Common.ServiceLocator

Init() public method

public Init ( ) : void
return void

InitializeComponents() protected method

protected InitializeComponents ( IServiceLocator locator ) : void
locator IServiceLocator
return void

InitializeModules() protected method

protected InitializeModules ( IServiceLocator locator ) : void
locator IServiceLocator
return void

RegisterComponents() protected method

protected RegisterComponents ( IServiceLocator locator ) : void
locator IServiceLocator
return void