C# Class TeamBins.Web.Startup

Mostra file Open project: kshyju/ProjectPlanningTool

Public Properties

Property Type Description
ConnectionManager ConnectionManager

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Startup ( IHostingEnvironment env ) : System

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System

Property Details

ConnectionManager public_oe static_oe property

public static ConnectionManager ConnectionManager
return ConnectionManager