Class ColorConfig.LevelColors
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a collection or definition of colors associated with different levels.
public class ColorConfig.LevelColors
- Inheritance
-
ColorConfig.LevelColors
- Inherited Members
- Extension Methods
Properties
Level1
public string? Level1 { get; set; }
Property Value
Level2
public string? Level2 { get; set; }
Property Value
Level3
public string? Level3 { get; set; }
Property Value
Level4
public string? Level4 { get; set; }
Property Value
Level5
public string? Level5 { get; set; }