C# 클래스 Dogbert2.Controllers.SectionTypeController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Dogbert

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SectionTypeController ( string>.IRepositoryWithTypedId textTypeRepository ) : System

비공개 메소드들

메소드 설명
Create ( SectionType sectionType ) : System.Web.Mvc.ActionResult
Edit ( string id, SectionType sectionType ) : System.Web.Mvc.ActionResult
UpdateOrder ( List textTypes ) : JsonNetResult

메소드 상세

Create() 공개 메소드

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

Edit() 공개 메소드

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

Index() 공개 메소드

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

SectionTypeController() 공개 메소드

public SectionTypeController ( string>.IRepositoryWithTypedId textTypeRepository ) : System
textTypeRepository string>.IRepositoryWithTypedId
리턴 System