C# 클래스 DevRainSolutions.KyivSmartCity.New.Areas.Admin.Controllers.VolunteersController

상속: BaseAdminController
파일 보기 프로젝트 열기: DevRainSolutions/KyivSmartCity

공개 메소드들

메소드 설명
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