Click or drag to resize

LaborCode Class

Labor Codes a classification of types of activity performed by technicians when working on a Work Order.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class LaborCode : RemovableCorrigoEntity

The LaborCode type exposes the following members.

Properties
 NameDescription
Public propertyCurrencyTypeId Currency type
Public propertyDescription Labor Code description. Max Length=256
Public propertyDisplayAs Labor Code name. Max Length=24
Public propertyExternalCode Code/number from the third-party software; used to integrate with systems such as ASP eTime. Max Length=64
Public propertyInvoiceItem Reference to invoice dictionary item.
Public propertyIsDefault True indicates default labor code (used when application needs to create labor record with no specific labor code provided by user).
Public propertyIsDefTimeCard True indicates default labor code for time cards.
Public propertyIsPaid True means labor code qualifies as “paid time”.
Public propertyIsProductive True means labor code qualifies as “productive” (as opposite to “vacation” or “break”)
Public propertyIsShortcut True means labor code is part of “shortcut list” used by mobile client.
Public propertyIsTimeCard True means labor code can be used for time card items (TCI).
Public propertyRate Rate amount computed by application. Amount of money, that will be refunded to a user during payroll. Zero and negative values are acceptable.
Public propertyShowForWo True means labor code can be used by labor records
Public propertyTypeId 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.
Top
See Also