TimeCardAction Enumeration |
Time Card Actions
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum TimeCardAction
<SerializableAttribute>
Public Enumeration TimeCardAction
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Uknown | 0 | |
Flag | 1 | |
Submit | 2 | |
Approve | 3 | |
Export | 4 | |
ClearFlag | 5 | |
UnSubmit | 6 | |
UnApprove | 7 | |
UnExport | 8 | |
ReadyForExport | 9 | |
NotReadyForExport | 10 | |
See Also