Class ColorConfig.StatusBoxNumberColors
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the set of colors used to display numbers within a status box.
public class ColorConfig.StatusBoxNumberColors
- Inheritance
-
ColorConfig.StatusBoxNumberColors
- Inherited Members
- Extension Methods
Properties
Altable
public ColorConfig.AppearanceSettings? Altable { get; set; }
Property Value
Available
public ColorConfig.AppearanceSettings? Available { get; set; }
Property Value
Exitus
public ColorConfig.AppearanceSettings? Exitus { get; set; }
Property Value
InUse
public ColorConfig.AppearanceSettings? InUse { get; set; }
Property Value
Locked
public ColorConfig.AppearanceSettings? Locked { get; set; }
Property Value
Reserved
public ColorConfig.AppearanceSettings? Reserved { get; set; }
Property Value
Transferable
public ColorConfig.AppearanceSettings? Transferable { get; set; }