C# Class Nancy.RootPathApplicationStartup

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

Public Methods

Method 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 method

Perform any initialisation tasks
public Initialize ( IPipelines pipelines ) : void
pipelines IPipelines
return void

RootPathApplicationStartup() public method

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