C# Class DevRainSolutions.KyivSmartCity.New.Areas.Admin.Controllers.VolunteersController

Inheritance: BaseAdminController
Exibir arquivo Open project: DevRainSolutions/KyivSmartCity

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Export ( ) : System.Web.Mvc.ActionResult
Index ( int page ) : System.Web.Mvc.ViewResult
VolunteersController ( ) : System.IO
VolunteersController ( IGroupRepository groupRepository, IVolunteerRepository volunteerRepository ) : System.IO

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( Volunteer volunteer ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Volunteer volunteer ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult

Dispose() protected method

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

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Export() public method

public Export ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( int page ) : System.Web.Mvc.ViewResult
page int
return System.Web.Mvc.ViewResult

VolunteersController() public method

public VolunteersController ( ) : System.IO
return System.IO

VolunteersController() public method

public VolunteersController ( IGroupRepository groupRepository, IVolunteerRepository volunteerRepository ) : System.IO
groupRepository IGroupRepository
volunteerRepository IVolunteerRepository
return System.IO