Enum UnitDutyOptions
- Namespace
- SIMDispatcher.Core.Models
- Assembly
- SIMDispatcher.Core.dll
Represents the duty options for a unit.
public enum UnitDutyOptions
- Extension Methods
Fields
[Display(Description = "AlwaysOnDuty", ResourceType = typeof(UnitDutyOptionsLocalization))] AlwaysOnDuty = 0
The unit is always on duty.
[Display(Description = "DuringDay", ResourceType = typeof(UnitDutyOptionsLocalization))] DuringDay = 2
The unit is on duty during the day.
[Display(Description = "DuringNight", ResourceType = typeof(UnitDutyOptionsLocalization))] DuringNight = 3
The unit is on duty during the night.
[Display(Description = "OnlyOnPeriods", ResourceType = typeof(UnitDutyOptionsLocalization))] OnlyOnPeriods = 1
The unit is only on duty during specified duty periods. UnitDutyPeriod must be set.