C# Class Dogbert2.Controllers.SectionTypeController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Dogbert

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SectionTypeController() public méthode

public SectionTypeController ( string>.IRepositoryWithTypedId textTypeRepository ) : System
textTypeRepository string>.IRepositoryWithTypedId
Résultat System