C# Class Nancy.RootPathApplicationStartup

Assigns the root path of the application whom ever needs it.
This task is run at application startup.
Inheritance: IApplicationStartup
Afficher le fichier Open project: quxn6/2014_3_OperationBluehole

Méthodes publiques

Méthode Description
Initialize ( IPipelines pipelines ) : void

Perform any initialisation tasks

RootPathApplicationStartup ( IRootPathProvider rootPathProvider ) : Nancy.Bootstrapper

Initializes a new instance of the RootPathApplicationStartup class.

Method Details

Initialize() public méthode

Perform any initialisation tasks
public Initialize ( IPipelines pipelines ) : void
pipelines IPipelines
Résultat void

RootPathApplicationStartup() public méthode

Initializes a new instance of the RootPathApplicationStartup class.
public RootPathApplicationStartup ( IRootPathProvider rootPathProvider ) : Nancy.Bootstrapper
rootPathProvider IRootPathProvider An instance.
Résultat Nancy.Bootstrapper