Click or drag to resize
WoEquipmentType Enumeration
Used to classify Equipment regarding its novelty and relation to the Work Order.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum WoEquipmentType
Members
  Member nameValueDescription
Unknown0 The equipment we repaired is not listed here
New1 We installed a new piece of equipment
Known2 Known equipment
NotRelated3 Not related to equipment
See Also