C# Класс Disco.Web.Areas.API.Controllers.T4MVC_JobQueueJobController

Наследование: Disco.Web.Areas.API.Controllers.JobQueueJobController
Показать файл Открыть проект

Открытые методы

Метод Описание
T4MVC_JobQueueJobController ( ) : System

Приватные методы

Метод Описание
AddJob ( int id, int JobId, string Comment, int SLAExpiresMinutes, Disco Priority ) : System.Web.Mvc.ActionResult
AddJobOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, int JobId, string Comment, int SLAExpiresMinutes, Disco Priority ) : void
RemoveJob ( int id, string Comment, bool CloseJob ) : System.Web.Mvc.ActionResult
RemoveJobOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Comment, bool CloseJob ) : void
Update ( int id, string key, string value, bool redirect ) : System.Web.Mvc.ActionResult
UpdateAddedComment ( int id, string AddedComment, bool redirect ) : System.Web.Mvc.ActionResult
UpdateAddedCommentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string AddedComment, bool redirect ) : void
UpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string key, string value, bool redirect ) : void
UpdatePriority ( int id, string Priority, bool redirect ) : System.Web.Mvc.ActionResult
UpdatePriorityOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Priority, bool redirect ) : void
UpdateRemovedComment ( int id, string RemovedComment, bool redirect ) : System.Web.Mvc.ActionResult
UpdateRemovedCommentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RemovedComment, bool redirect ) : void
UpdateSla ( int id, string SLA, bool redirect ) : System.Web.Mvc.ActionResult
UpdateSlaAndPriority ( int id, string Sla, string Priority, bool redirect ) : System.Web.Mvc.ActionResult
UpdateSlaAndPriorityOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Sla, string Priority, bool redirect ) : void
UpdateSlaOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string SLA, bool redirect ) : void

Описание методов

T4MVC_JobQueueJobController() публичный Метод

public T4MVC_JobQueueJobController ( ) : System
Результат System