Table of Contents

Class ColorConfigDto.IndicatorColors

Namespace
adas_core.Domain.Models.DTO.Display
Assembly
adas-core.Domain.dll

Represents a collection or definition of colors used to visually style an indicator.

public class ColorConfigDto.IndicatorColors
Inheritance
ColorConfigDto.IndicatorColors
Inherited Members
Extension Methods

Properties

Alert

public string? Alert { get; set; }

Property Value

string

Background

public string? Background { get; set; }

Property Value

string

Empty

public string? Empty { get; set; }

Property Value

string

EmptyBackground

public string? EmptyBackground { get; set; }

Property Value

string

Normal

public string? Normal { get; set; }

Property Value

string

Warning

public string? Warning { get; set; }

Property Value

string