Click or drag to resize
LaborCodeType Enumeration
Labor Code Type

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum LaborCodeType
Members
  Member nameValueDescription
Unknown0 Incorrect value, don't use Is is utilized in CorrigoServices to identify uninitialized values
Time1 “time” Labor Codes can be used to create WO internal costs of type Labor and “time” Time Card Items
Allowance2 “allowance” Labor Codes are used only to create “allowance” Time Card Items
See Also