Click or drag to resize

WoPriority Class

Defines the work order implementation time scope and the way employee is auto-assigned to the work order. Web service access scope - read only.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesWoPriority

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoPriority : CorrigoEntity

The WoPriority type exposes the following members.

Properties
 NameDescription
Public propertyAcknowledgeInMinutes "Acknowledge In" SLA value. Default value for the time in which WO must be acknowledged (started), number of minutes. Supported values 0-599999.“0” means “do not compute Acknowledge By”. Required.
Public propertyDisplayAs Label, unique value. Max Length=40. Is required.
Public propertyDueInMinutes Default value for the time in which WO must be completed, number of minutes. Supported values 1-599999.
Public propertyIsEmergency Escalate. Is required.
Public propertyRespondInMinutes Default value for the time in which WO must be started, number of minutes. Supported values 1-599999.
Top
See Also