C# Class Dogbert2.Controllers.SectionTypeController

Inheritance: ApplicationController
Datei anzeigen Open project: ucdavis/Dogbert

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SectionTypeController ( string>.IRepositoryWithTypedId textTypeRepository ) : System

Private Methods

Method Description
Create ( SectionType sectionType ) : System.Web.Mvc.ActionResult
Edit ( string id, SectionType sectionType ) : System.Web.Mvc.ActionResult
UpdateOrder ( List textTypes ) : JsonNetResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SectionTypeController() public method

public SectionTypeController ( string>.IRepositoryWithTypedId textTypeRepository ) : System
textTypeRepository string>.IRepositoryWithTypedId
return System