C# 클래스 IvtLibrary.Controllers.HypothesisController

상속: Controller
파일 보기 프로젝트 열기: intervals-mining-lab/ivt-library

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( long id ) : System.Web.Mvc.ActionResult
Details ( long id ) : System.Web.Mvc.ViewResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( Hypothesis hypothesis ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( long id ) : System.Web.Mvc.ActionResult
Edit ( Hypothesis hypothesis ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

public Delete ( long id ) : System.Web.Mvc.ActionResult
id long
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( long id ) : System.Web.Mvc.ViewResult
id long
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( long id ) : System.Web.Mvc.ActionResult
id long
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult