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

Inheritance: Disco.Web.Areas.API.Controllers.UserFlagAssignmentController
Show file Open project: garysharp/Disco

Public Methods

Method Description
T4MVC_UserFlagAssignmentController ( ) : System

Private Methods

Method 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 method

public T4MVC_UserFlagAssignmentController ( ) : System
return System