C# Class DevRainSolutions.KyivSmartCity.New.Controllers.BaseController

Inheritance: Controller
ファイルを表示 Open project: DevRainSolutions/KyivSmartCity

Public Properties

Property Type Description
PerPage int

Protected Properties

Property Type Description
_signInManager ApplicationSignInManager
_userManager ApplicationUserManager
db DevRainSolutions.KyivSmartCity.New.Areas.Admin.Models.KyivSmartCityNewContext

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

PerPage public_oe property

public int PerPage
return int

_signInManager protected_oe property

protected ApplicationSignInManager _signInManager
return ApplicationSignInManager

_userManager protected_oe property

protected ApplicationUserManager _userManager
return ApplicationUserManager

db protected_oe property

protected KyivSmartCityNewContext,DevRainSolutions.KyivSmartCity.New.Areas.Admin.Models db
return DevRainSolutions.KyivSmartCity.New.Areas.Admin.Models.KyivSmartCityNewContext