Метод | Описание | |
---|---|---|
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 ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Результат | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Export ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Index ( int page ) : System.Web.Mvc.ViewResult | ||
page | int | |
Результат | System.Web.Mvc.ViewResult |
public VolunteersController ( ) : System.IO | ||
Результат | System.IO |
public VolunteersController ( IGroupRepository groupRepository, IVolunteerRepository volunteerRepository ) : System.IO | ||
groupRepository | IGroupRepository | |
volunteerRepository | IVolunteerRepository | |
Результат | System.IO |