Click or drag to resize
GetTimeCardCommand Class
It takes provided User ID and date as parameters and either returns existing Time Card Week record, or creates and returns new one matching these parameters.
Inheritance Hierarchy

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

The GetTimeCardCommand type exposes the following members.

Properties
  NameDescription
Public propertyBaseDate
Date value defining time interval for Time Card. This doesn’t have to be a start of the week; application will automatically determine correct time interval containing BaseDate.
Public propertyEmployeeId
User ID. Together with BaseDate defines TimeCard entity which will be retrieved/created.
Top
See Also