Click or drag to resize
TimeCardType Enumeration
Time Card Types

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum TimeCardType
Members
  Member nameValueDescription
Uknown0 Invalid value; don't use.
Clock1 Used for time card items entered through actions clock-in, clock-out or switch.
Manual2 Used for time card items entered manually after the fact; i.e. user provided both start and end explicitly.
WoLabor3 Used for time card items spawned by WO labor cost records.
Allowance4
See Also