C# Class Ironman.Core.AppHelper

App helper, used to setup the application
Show file Open project: JaCraig/Craig-s-Utility-Library

Public Properties

Property Type Description
Bootstrapper IBootstrapper

Public Methods

Method Description
End ( ) : void

End task

PostStart ( ) : void

Post start task

PreStart ( ) : void

Pre start task

RegisterAPI ( RouteCollection Routes, string ControllerName, string AreaName ) : void

Registers the API.

Method Details

End() public static method

End task
public static End ( ) : void
return void

PostStart() public static method

Post start task
public static PostStart ( ) : void
return void

PreStart() public static method

Pre start task
public static PreStart ( ) : void
return void

RegisterAPI() public static method

Registers the API.
public static RegisterAPI ( RouteCollection Routes, string ControllerName, string AreaName ) : void
Routes RouteCollection The routes.
ControllerName string Name of the controller.
AreaName string Name of the area.
return void

Property Details

Bootstrapper public static property

Bootstrapper holder
public static IBootstrapper Bootstrapper
return IBootstrapper