Class UnitConfiguration
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for a unit.
public class UnitConfiguration
- Inheritance
-
UnitConfiguration
- Inherited Members
- Extension Methods
Properties
AutoAdt
public bool AutoAdt { get; set; }
Property Value
ManualAdmit
public bool ManualAdmit { get; set; }
Property Value
ManualDischarge
public bool ManualDischarge { get; set; }
Property Value
ManualEdit
public bool ManualEdit { get; set; }
Property Value
ManualMove
public bool ManualMove { get; set; }
Property Value
PlanDisplayConfiguration
public ObjectId? PlanDisplayConfiguration { get; set; }
Property Value
- ObjectId?
SmartDisplayConfiguration
public ObjectId? SmartDisplayConfiguration { get; set; }
Property Value
- ObjectId?
StandarDisplayConfiguration
public ObjectId? StandarDisplayConfiguration { get; set; }
Property Value
- ObjectId?