Shift Type Class
A shift type.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public class ShiftType : IComparable<ShiftType>VB
Public Class ShiftType
Implements IComparable(Of ShiftType)C++
public ref class ShiftType : IComparable<ShiftType^>F#
type ShiftType =
class
interface IComparable<ShiftType>
end- Inheritance
- Object ShiftType
- Implements
- IComparableShiftType
Properties
| DurationLabel | Gets a label for the time periods this shift type covers. |
| ResourcesLabel | Gets a label for the resources associated with this shift type. |
Methods
| CompareTo | Compare by start times. If start time is the same then compare by ID. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Returns a label for this ShiftType.
(Overrides ObjectToString) |
Fields
| HtmlColor | Gets or sets the color to use when displaying a roster. |
| ID | Gets the unique ID for this shift type. |
| Label | Gets or sets the label to use when displaying a roster. |
| Name | Gets or sets the name to use when displaying a roster. |