Time Card Types
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum TimeCardType
<SerializableAttribute>
Public Enumeration TimeCardType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Uknown | 0 |
Invalid value; don't use.
|
Clock | 1 |
Used for time card items entered through actions clock-in, clock-out or switch.
|
Manual | 2 |
Used for time card items entered manually after the fact; i.e. user provided both start and end explicitly.
|
WoLabor | 3 |
Used for time card items spawned by WO labor cost records.
|
Allowance | 4 | |
See Also