WoEquipmentType Enumeration |
Used to classify Equipment regarding its novelty and relation to the Work Order.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WoEquipmentType
<SerializableAttribute>
Public Enumeration WoEquipmentType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 |
The equipment we repaired is not listed here
|
New | 1 |
We installed a new piece of equipment
|
Known | 2 |
Known equipment
|
NotRelated | 3 |
Not related to equipment
|
See Also