C# 클래스 Ironman.Core.AppHelper

App helper, used to setup the application
파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library

공개 프로퍼티들

프로퍼티 타입 설명
Bootstrapper IBootstrapper

공개 메소드들

메소드 설명
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.

메소드 상세

End() 공개 정적인 메소드

End task
public static End ( ) : void
리턴 void

PostStart() 공개 정적인 메소드

Post start task
public static PostStart ( ) : void
리턴 void

PreStart() 공개 정적인 메소드

Pre start task
public static PreStart ( ) : void
리턴 void

RegisterAPI() 공개 정적인 메소드

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.
리턴 void

프로퍼티 상세

Bootstrapper 공개적으로 정적으로 프로퍼티

Bootstrapper holder
public static IBootstrapper Bootstrapper
리턴 IBootstrapper