Click or drag to resize

ShiftChange Class

Represents a change of a shift. It contains an original shift (if there was one) assigned to an employee and a new shift (if there is one) that has replaced it on this day.
Inheritance Hierarchy
SystemObject
  SRS.ShiftSolver.CoreShiftChange

Namespace:  SRS.ShiftSolver.Core
Assembly:  ShiftSolver (in ShiftSolver.dll) Version: 2.2.0.0
Syntax
public class ShiftChange

The ShiftChange type exposes the following members.

Properties
  NameDescription
Public propertyDate
The date in the planning period that this change occurs. This is the date that the shift starts on.
Public propertyDayIndex
The day index of the planning period that the change occurs on.
Public propertyEmployeeID
The employee ID.
Public propertyNewShift
The new shift. Returns an empty string if the original shift was removed.
Public propertyNewShiftExists
True if the employee now has a shift assigned on this day. False otherwise.
Public propertyOriginalShift
The original shift. Returns an empty string if there was no shift assigned originally.
Public propertyOriginalShiftExists
True if the employee originally had a shift assigned on this day. False otherwise.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

www.staffrostersolutions.com | support