Click or drag to resize
Schedule Class
Container class for Schedule
Inheritance Hierarchy

Namespace: AMG.API.Schedules
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class Schedule : ShiftId

The Schedule type exposes the following members.

Constructors
  NameDescription
Public methodSchedule
Initializes a new instance of the Schedule class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from ShiftId.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from ShiftId.)
Top
Properties
  NameDescription
Public propertyDate
Schedule's Date
Public propertyDepartmentId
Department ID number
Public propertyFloater
Indicates if schedule uses floating shifts.
Public propertyJobId
Job ID number
Public propertyRestrictDuration
Indicates if access can be restricted according to schedule's shift settings.
Public propertyShiftGroupId
Shift group ID which contains she shift.
(Inherited from ShiftId.)
Public propertyShiftNumber
A number assigned to the shift.
(Inherited from ShiftId.)
Public propertyWork
Indicates if employee is scheduled to work.
Top
See Also