C# Class Ironman.Core.AppHelper

App helper, used to setup the application
Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library

Méthodes publiques

Свойство Type Description
Bootstrapper IBootstrapper

Méthodes publiques

Méthode 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 méthode

End task
public static End ( ) : void
Résultat void

PostStart() public static méthode

Post start task
public static PostStart ( ) : void
Résultat void

PreStart() public static méthode

Pre start task
public static PreStart ( ) : void
Résultat void

RegisterAPI() public static méthode

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.
Résultat void

Property Details

Bootstrapper public_oe static_oe property

Bootstrapper holder
public static IBootstrapper Bootstrapper
Résultat IBootstrapper