Table of Contents

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

bool

ManualAdmit

public bool ManualAdmit { get; set; }

Property Value

bool

ManualDischarge

public bool ManualDischarge { get; set; }

Property Value

bool

ManualEdit

public bool ManualEdit { get; set; }

Property Value

bool

ManualMove

public bool ManualMove { get; set; }

Property Value

bool

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?