| LaborCode Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class LaborCode : RemovableCorrigoEntity
The LaborCode type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrencyTypeId | 
            Currency type 
             | 
|  | Description | 
             Labor Code description. Max Length=256
             | 
|  | DisplayAs | 
             Labor Code name. Max Length=24
             | 
|  | ExternalCode | 
            Code/number from the third-party software; used to integrate with systems such as ASP eTime.
            Max Length=64
             | 
|  | InvoiceItem | 
             Reference to invoice dictionary item.
             | 
|  | IsDefault | 
             True indicates default labor code (used when application needs to create labor record with no specific labor code provided by user). 
             | 
|  | IsDefTimeCard | 
             True indicates default labor code for time cards.
             | 
|  | IsPaid | 
             True means labor code qualifies as “paid time”.
             | 
|  | IsProductive | 
             True means labor code qualifies as “productive” (as opposite to “vacation” or “break”)
             | 
|  | IsShortcut | 
             True means labor code is part of “shortcut list” used by mobile client.
             | 
|  | IsTimeCard | 
             True means labor code can be used for time card items (TCI).
             | 
|  | Rate | 
            Rate amount computed by application.
            Amount of money, that will be refunded to a user during payroll.
            Zero and negative values are acceptable.
             | 
|  | ShowForWo | 
             True means labor code can be used by labor records
             | 
|  | TypeId | 
            Defines type of the Labor Code: “time” or “allowance”, used for different purposes:
            “time” Labor Codes can be used to create WO internal costs of type Labor and “time” Time Card Items;
            “allowance” Labor Codes are used only to create “allowance” Time Card Items.
             | 
 See Also
See Also