C# 클래스 Disco.Web.Areas.API.Controllers.T4MVC_JobQueueJobController

상속: Disco.Web.Areas.API.Controllers.JobQueueJobController
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
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