Table of Contents

Class ColorConfigDto.StatusBoxNumberColors

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

Represents the color settings used for rendering numeric values within a status box.

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

Remarks

This type is intended to encapsulate the visual color configuration associated with the numeric portion of a status box display.

Properties

Altable

public ColorConfigDto.AppearanceSettings? Altable { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

Available

public ColorConfigDto.AppearanceSettings? Available { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

Exitus

public ColorConfigDto.AppearanceSettings? Exitus { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

InUse

public ColorConfigDto.AppearanceSettings? InUse { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

Locked

public ColorConfigDto.AppearanceSettings? Locked { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

Reserved

public ColorConfigDto.AppearanceSettings? Reserved { get; set; }

Property Value

ColorConfigDto.AppearanceSettings

Transferable

public ColorConfigDto.AppearanceSettings? Transferable { get; set; }

Property Value

ColorConfigDto.AppearanceSettings