| WoPriority Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class WoPriority : CorrigoEntity
The WoPriority type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AcknowledgeInMinutes | 
            "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.
             | 
|  | DisplayAs | 
            Label, unique value.
            Max Length=40.
            Is required.
             | 
|  | DueInMinutes | 
            Default value for the time in which WO must be completed, number of minutes. Supported values 1-599999.
             | 
|  | IsEmergency | 
            Escalate.
            Is required.
             | 
|  | RespondInMinutes | 
            Default value for the time in which WO must be started, number of minutes. Supported values 1-599999.
             | 
 See Also
See Also