C# Class Disco.Web.Areas.API.Controllers.T4MVC_UserFlagAssignmentController

Inheritance: Disco.Web.Areas.API.Controllers.UserFlagAssignmentController
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
T4MVC_UserFlagAssignmentController ( ) : System

Private Methods

Méthode Description
AddUser ( int id, string UserId, string Comments ) : System.Web.Mvc.ActionResult
AddUserOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string UserId, string Comments ) : void
RemoveUser ( int id ) : System.Web.Mvc.ActionResult
RemoveUserOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
Update ( int id, string key, string value, bool redirect ) : System.Web.Mvc.ActionResult
UpdateComments ( int id, string Comments, bool redirect ) : System.Web.Mvc.ActionResult
UpdateCommentsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Comments, bool redirect ) : void
UpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string key, string value, bool redirect ) : void

Method Details

T4MVC_UserFlagAssignmentController() public méthode

public T4MVC_UserFlagAssignmentController ( ) : System
Résultat System