Click or drag to resize

clsCommingGoing Class

Note: This API is now obsolete.

[obsolete] class to read attendance information for one emplyee and day. Please use clsEmployeeAttendanceDayInfo instead.
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsCommingGoing

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
[ObsoleteAttribute("Please use clsEmployeeAttendanceDayInfo instead")]
public class clsCommingGoing : IclsCommingGoing

The clsCommingGoing type exposes the following members.

Constructors
  NameDescription
Public methodclsCommingGoing
Initializes a new instance of the clsCommingGoing class
Top
Properties
  NameDescription
Public propertycOverTimeToday
Flexitime at that day
Public propertycRegularWorkingTime
Standard working time for that day (8 hours)
Public propertycWorkingTime
Amount of hours worked to day (based on attendance linked calendar)
Public propertysGetWarning
Warning text, if an action is not valid or the employee is comming to late.
Public propertysPersMatchcode
Employees matchcode
Top
Methods
  NameDescription
Public methodbLoad
Loads all actions for one date [please do not use this function.]
Public methodsPrintActions
Print a list of actions of this day
Top
Fields
  NameDescription
Public fielddtDate
Date and time of the action. All actions must have a unique timestamp.
Top
Remarks
Aplies only to the attendance module of MARIProject.
See Also