C# 클래스 Disco.Services.JobQueueExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
CanAddQueue ( this j, JobQueue jq ) : bool
CanAddQueues ( this j ) : bool
CanEditAddedComment ( this jqj ) : bool
CanEditPriority ( this jqj ) : bool
CanEditRemovedComment ( this jqj ) : bool
CanEditSla ( this jqj ) : bool
CanRemove ( this jqj ) : bool
OnAddQueue ( this j, DiscoDataContext Database, JobQueue jq, User Technician, string Comment, System.DateTime SLAExpires, JobQueuePriority Priority ) : JobQueueJob
OnEditAddedComment ( this jqj, string AddedComment ) : void
OnEditPriority ( this jqj, JobQueuePriority Priority ) : void
OnEditRemovedComment ( this jqj, string RemovedComment ) : void
OnEditSla ( this jqj, System.DateTime SlaExpiresDate ) : void
OnRemove ( this jqj, User Technician, string Comment ) : void

비공개 메소드들

메소드 설명
CanEditComments ( this jqj ) : bool

메소드 상세

CanAddQueue() 공개 정적인 메소드

public static CanAddQueue ( this j, JobQueue jq ) : bool
j this
jq Disco.Models.Repository.JobQueue
리턴 bool

CanAddQueues() 공개 정적인 메소드

public static CanAddQueues ( this j ) : bool
j this
리턴 bool

CanEditAddedComment() 공개 정적인 메소드

public static CanEditAddedComment ( this jqj ) : bool
jqj this
리턴 bool

CanEditPriority() 공개 정적인 메소드

public static CanEditPriority ( this jqj ) : bool
jqj this
리턴 bool

CanEditRemovedComment() 공개 정적인 메소드

public static CanEditRemovedComment ( this jqj ) : bool
jqj this
리턴 bool

CanEditSla() 공개 정적인 메소드

public static CanEditSla ( this jqj ) : bool
jqj this
리턴 bool

CanRemove() 공개 정적인 메소드

public static CanRemove ( this jqj ) : bool
jqj this
리턴 bool

OnAddQueue() 공개 정적인 메소드

public static OnAddQueue ( this j, DiscoDataContext Database, JobQueue jq, User Technician, string Comment, System.DateTime SLAExpires, JobQueuePriority Priority ) : JobQueueJob
j this
Database Disco.Data.Repository.DiscoDataContext
jq Disco.Models.Repository.JobQueue
Technician Disco.Models.Repository.User
Comment string
SLAExpires System.DateTime
Priority JobQueuePriority
리턴 Disco.Models.Repository.JobQueueJob

OnEditAddedComment() 공개 정적인 메소드

public static OnEditAddedComment ( this jqj, string AddedComment ) : void
jqj this
AddedComment string
리턴 void

OnEditPriority() 공개 정적인 메소드

public static OnEditPriority ( this jqj, JobQueuePriority Priority ) : void
jqj this
Priority JobQueuePriority
리턴 void

OnEditRemovedComment() 공개 정적인 메소드

public static OnEditRemovedComment ( this jqj, string RemovedComment ) : void
jqj this
RemovedComment string
리턴 void

OnEditSla() 공개 정적인 메소드

public static OnEditSla ( this jqj, System.DateTime SlaExpiresDate ) : void
jqj this
SlaExpiresDate System.DateTime
리턴 void

OnRemove() 공개 정적인 메소드

public static OnRemove ( this jqj, User Technician, string Comment ) : void
jqj this
Technician Disco.Models.Repository.User
Comment string
리턴 void