Click or drag to resize
TimeOff Class
Time Off. The Vacation Schedule represents a period of time when Employee is on leave and thus won’t participate in regular activities such as WO execution. In Corrigo Enterprise each Vacation Schedule defines a replacement – Employee who will assume responsibilities of the vacationer.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesTimeOff

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class TimeOff : CorrigoEntityWithOptimisticLock

The TimeOff type exposes the following members.

Properties
  NameDescription
Public propertyEmployeeId
ID of the vacationing Employee/technician, or ID of the provider associated to blackout period.
Public propertyEndDate
End of the vacation, date + time. Interpreted as local date/time values, time zone depends on context.
Public propertyReplaceById
Replacement Employee/technician ID. Required for Vacation Schedule, NULL for blackout period.
Public propertyStartDate
Start of the vacation, date + time. Interpreted as local date/time values, time zone depends on context.
Top
See Also