Class ColorConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a configuration that defines color-related settings or values.
public class ColorConfig
- Inheritance
-
ColorConfig
- Inherited Members
- Extension Methods
Properties
Arrow
public ColorConfig.ArrowColors? Arrow { get; set; }
Property Value
BoxNumber
public ColorConfig.StatusBoxNumberColors? BoxNumber { get; set; }
Property Value
BoxStatusColor
public ColorConfig.StatusBoxNumberColors? BoxStatusColor { get; set; }
Property Value
Graph
public ColorConfig.GraphColors? Graph { get; set; }
Property Value
Indicator
public ColorConfig.IndicatorColors? Indicator { get; set; }
Property Value
Level
public ColorConfig.LevelColors? Level { get; set; }
Property Value
Procedure
public ColorConfig.ProcedureColors? Procedure { get; set; }
Property Value
Test
public ColorConfig.TestColors? Test { get; set; }
Property Value
Text
public ColorConfig.TextColors? Text { get; set; }
Property Value
Therapy
public ColorConfig.TherapyColors? Therapy { get; set; }