C# Class ScrumThing.Web.Controllers.ManagementController

Inheritance: Controller
Afficher le fichier Open project: NationalResearchCorporation/ScrumThing

Méthodes publiques

Méthode Description
AddStoryTag ( Input_AddStoryTag postData ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
RemoveStoryTag ( Input_RemoveStoryTag postData ) : System.Web.Mvc.JsonResult
UpdateTeamStoryTagSetting ( Input_UpdateTeamStoryTagSetting postData ) : System.Web.Mvc.JsonResult

Method Details

AddStoryTag() public méthode

public AddStoryTag ( Input_AddStoryTag postData ) : System.Web.Mvc.JsonResult
postData ScrumThing.Web.Database.Inputs.Input_AddStoryTag
Résultat System.Web.Mvc.JsonResult

Index() public méthode

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

RemoveStoryTag() public méthode

public RemoveStoryTag ( Input_RemoveStoryTag postData ) : System.Web.Mvc.JsonResult
postData ScrumThing.Web.Database.Inputs.Input_RemoveStoryTag
Résultat System.Web.Mvc.JsonResult

UpdateTeamStoryTagSetting() public méthode

public UpdateTeamStoryTagSetting ( Input_UpdateTeamStoryTagSetting postData ) : System.Web.Mvc.JsonResult
postData ScrumThing.Web.Database.Inputs.Input_UpdateTeamStoryTagSetting
Résultat System.Web.Mvc.JsonResult