C# Class FrontendServices.Controllers.DevelopersController

Inheritance: ApiController
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
DevelopersController ( IUserManager userManager, DevelopersMapper mapper, IConfirmationService confirmationService, IUserPresentationProvider userPresentationProvider, IPaginationWrapper paginationWrapper, IPasswordManager passwordManager ) : Common.System

Private Methods

Method Description
ChangePassword ( [ request ) : IHttpActionResult
ConfirmEmail ( string confirmationToken ) : IHttpActionResult
GetAccountFilter ( ) : bool>.Func
GetAccountFilterExpression ( ) : bool>>.Expression
GetAllDevelopers ( ) : PaginableObject
GetDeveloper ( int id ) : IHttpActionResult
GetDevelopersByPage ( ) : PaginableObject
GetNotificationSettings ( int id ) : NotificationSetting[]
GetRandomIndexPageDevelopers ( int count ) : IEnumerable
InitiateProcedureOfPasswordRecovery ( [ email ) : IHttpActionResult
RegisterNewDeveloper ( [ request ) : IHttpActionResult
SearchDevelopers ( string searchString ) : IEnumerable
UpdateNotificationSetiings ( int id, [ notificationSettings ) : IHttpActionResult
UpdateProfile ( int id, [ profileRequest ) : IHttpActionResult

Method Details

DevelopersController() public method

public DevelopersController ( IUserManager userManager, DevelopersMapper mapper, IConfirmationService confirmationService, IUserPresentationProvider userPresentationProvider, IPaginationWrapper paginationWrapper, IPasswordManager passwordManager ) : Common.System
userManager IUserManager
mapper FrontendServices.App_Data.Mappers.DevelopersMapper
confirmationService IConfirmationService
userPresentationProvider IUserPresentationProvider
paginationWrapper IPaginationWrapper
passwordManager IPasswordManager
return Common.System