C# Класс DevRainSolutions.KyivSmartCity.New.Areas.Admin.Controllers.VolunteersController

Наследование: BaseAdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Create ( Volunteer volunteer ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Volunteer volunteer ) : System.Web.Mvc.ActionResult

Описание методов

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Delete() публичный Метод

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Details() публичный Метод

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Результат System.Web.Mvc.ViewResult

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Edit() публичный Метод

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Export() публичный Метод

public Export ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( int page ) : System.Web.Mvc.ViewResult
page int
Результат System.Web.Mvc.ViewResult

VolunteersController() публичный Метод

public VolunteersController ( ) : System.IO
Результат System.IO

VolunteersController() публичный Метод

public VolunteersController ( IGroupRepository groupRepository, IVolunteerRepository volunteerRepository ) : System.IO
groupRepository IGroupRepository
volunteerRepository IVolunteerRepository
Результат System.IO