Click or drag to resize

clsImportEmployeeAbsence Class

Import vacation and other absencees from external sources. based on the RangeFrom RangeTo, all existing data will be overwritten.

Use bImportEmployeeAbsense(clsImportEmployeeAbsence, clsImportBaseeImportMode) to import.

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportEmployeeAbsence

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

The clsImportEmployeeAbsence type exposes the following members.

Constructors
  NameDescription
Public methodclsImportEmployeeAbsence
Initializes a new instance of the clsImportEmployeeAbsence class
Top
Properties
  NameDescription
Public propertyAbsences
List of absenses in the RageFrom/To range. If the list is empty all previouce stored absences will be deleted.
Public propertyEmployeeNumber
MARIProject Employee number. See EmployeeNumber

Parameter can be empty, if ExternalKey is given.

Public propertyExternalKey
Optional property, when the EmployeeNumber is not given. See also ExternalKey
Public propertyRangeFrom
The time frame RageFrom until RageFrom will be used to overwrite all absence information for the given employee
Public propertyRangeTo
The time frame RageFrom until RageFrom will be used to overwrite all absence information for the given employee
Public propertyReference
Import file reference used for logging of the import. See also Reference for the reference text for each absence
Top
See Also