LaborCodeType Enumeration |
Labor Code Type
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum LaborCodeType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Incorrect value, don't use
Is is utilized in CorrigoServices to identify uninitialized values
|
| Time | 1 |
“time” Labor Codes can be used to create WO internal costs of type Labor and “time” Time Card Items
|
| Allowance | 2 |
“allowance” Labor Codes are used only to create “allowance” Time Card Items
|
See Also