C# 클래스 DBPOLLDemo.Controllers.answerHistoryController

상속: Controller
파일 보기 프로젝트 열기: Marknel/dbPOLL

공개 메소드들

메소드 설명
Delete ( int aid, int ahid ) : System.Web.Mvc.ActionResult
Index ( int id, String name ) : System.Web.Mvc.ActionResult
Revert ( int answerid, String answer, int correct, String weight, string ansnum ) : System.Web.Mvc.ActionResult

메소드 상세

Delete() 공개 메소드

public Delete ( int aid, int ahid ) : System.Web.Mvc.ActionResult
aid int
ahid int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( int id, String name ) : System.Web.Mvc.ActionResult
id int
name String
리턴 System.Web.Mvc.ActionResult

Revert() 공개 메소드

public Revert ( int answerid, String answer, int correct, String weight, string ansnum ) : System.Web.Mvc.ActionResult
answerid int
answer String
correct int
weight String
ansnum string
리턴 System.Web.Mvc.ActionResult