Click or drag to resize

clsImportEmployeeAbsenceLine Class

Line for the class clsImportEmployeeAbsence. Please use the list Absences to feed the objects
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportEmployeeAbsenceLine

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportEmployeeAbsenceLine : clsImportBase

The clsImportEmployeeAbsenceLine type exposes the following members.

Constructors
  NameDescription
Public methodclsImportEmployeeAbsenceLine
Initializes a new instance of the clsImportEmployeeAbsenceLine class
Top
Properties
  NameDescription
Public propertyAbsenceType
please specify the type of absence. Vacation is standard
Public propertyDateFrom
Mandatory: Date of the absence or start date of an absence range.
Public propertyDateTo
End of the date range. If empty, DateTo will be assumed as DateFrom (one day of absence)
Public propertyHours
When the value is omitted, a full day of vacation is assumed.

4.0 means half a day for a full-time employee.

An employee which has 6.0 as standard hours “no value”, “6.0” are considered as a full day vacation. 3.0 then will be half a day.

Public propertyReference
The text will be used in the Activity field of the time booking and the planning remark of the planning line. No functionality. Text will be combined with the reference text from the header line reference field
Top
See Also