Click or drag to resize
TimeCardActionCommand Class
It modifies state of Time Card entity defined by pair (Employee, Week).
Inheritance Hierarchy

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class TimeCardActionCommand : CommandRequest

The TimeCardActionCommand type exposes the following members.

Properties
  NameDescription
Public propertyActionId
Defines type of the action performed; TimeCardAction enumeration.
Public propertyComment
Optional comment.
Public propertyEmployeeId
User ID. Together with WeekStartDate defines which TimeCard entity will be modified
Public propertyWeekStartDate
Date value; must be equal to one of existing Time Card Week’s start date. This parameter effectively defines reference to Time Card Week.
Top
See Also