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
C#
[SerializableAttribute]
public class LaborCode : RemovableCorrigoEntity

The LaborCode type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Labor Code description. Max Length=256
Public propertyDisplayAs
Labor Code name. Max Length=24
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 propertyShowForWo
True means labor code can be used by labor records
Top
See Also