C# 클래스 SampleWebApp.Controllers.TagsAsyncController

This is an example of a Controller using GenericServices database commands directly to the data class (other that List, which needs a DTO) In this case we are using async commands
상속: Controller
파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp

공개 메소드들

메소드 설명
CodeView ( ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id, IDeleteServiceAsync service ) : Task
Details ( int id, IDetailServiceAsync service ) : Task
Edit ( int id, IUpdateSetupServiceAsync service ) : Task
Index ( IListService service ) : Task

비공개 메소드들

메소드 설명
Create ( Tag tag, ICreateServiceAsync service ) : Task
Edit ( Tag tag, IUpdateServiceAsync service ) : Task

메소드 상세

CodeView() 공개 메소드

public CodeView ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( int id, IDeleteServiceAsync service ) : Task
id int
service IDeleteServiceAsync
리턴 Task

Details() 공개 메소드

public Details ( int id, IDetailServiceAsync service ) : Task
id int
service IDetailServiceAsync
리턴 Task

Edit() 공개 메소드

public Edit ( int id, IUpdateSetupServiceAsync service ) : Task
id int
service IUpdateSetupServiceAsync
리턴 Task

Index() 공개 메소드

public Index ( IListService service ) : Task
service IListService
리턴 Task