Method | Description | |
---|---|---|
CanAddQueue ( this j, |
||
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, |
||
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, |
Method | Description | |
---|---|---|
CanEditComments ( this jqj ) : bool |
public static CanAddQueue ( this j, |
||
j | this | |
jq | ||
return | bool |
public static CanEditAddedComment ( this jqj ) : bool | ||
jqj | this | |
return | bool |
public static CanEditPriority ( this jqj ) : bool | ||
jqj | this | |
return | bool |
public static CanEditRemovedComment ( this jqj ) : bool | ||
jqj | this | |
return | bool |
public static OnAddQueue ( this j, |
||
j | this | |
Database | ||
jq | ||
Technician | ||
Comment | string | |
SLAExpires | System.DateTime | |
Priority | JobQueuePriority | |
return |
public static OnEditAddedComment ( this jqj, string AddedComment ) : void | ||
jqj | this | |
AddedComment | string | |
return | void |
public static OnEditPriority ( this jqj, JobQueuePriority Priority ) : void | ||
jqj | this | |
Priority | JobQueuePriority | |
return | void |
public static OnEditRemovedComment ( this jqj, string RemovedComment ) : void | ||
jqj | this | |
RemovedComment | string | |
return | void |
public static OnEditSla ( this jqj, System.DateTime SlaExpiresDate ) : void | ||
jqj | this | |
SlaExpiresDate | System.DateTime | |
return | void |
public static OnRemove ( this jqj, |
||
jqj | this | |
Technician | ||
Comment | string | |
return | void |