Table of Contents

Class SmartDisplayDto

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

Represents a data transfer object for a smart display configuration, extending the base display configuration with additional smart display properties.

public class SmartDisplayDto : DisplayConfigDto
Inheritance
SmartDisplayDto
Inherited Members
Extension Methods

Properties

AlarmFieldList

public List<Field>? AlarmFieldList { get; set; }

Property Value

List<Field>

CameraStreamType

public string? CameraStreamType { get; set; }

Property Value

string

CamerasAreActive

public bool? CamerasAreActive { get; set; }

Property Value

bool?

CanChangeCameraMode

public bool? CanChangeCameraMode { get; set; }

Property Value

bool?

CardRotatingLayout

public List<CardRotatingLayout>? CardRotatingLayout { get; set; }

Property Value

List<CardRotatingLayout>

ChartConfig

public List<ChartConfig>? ChartConfig { get; set; }

Property Value

List<ChartConfig>

GraphLayout

public GraphLayout? GraphLayout { get; set; }

Property Value

GraphLayout

HasCameras

public bool? HasCameras { get; set; }

Property Value

bool?

HasSound

public bool? HasSound { get; set; }

Property Value

bool?

IsRotationEnabled

public bool? IsRotationEnabled { get; set; }

Property Value

bool?

ObservationForIndicator

public string? ObservationForIndicator { get; set; }

Property Value

string

Pumps

public bool? Pumps { get; set; }

Property Value

bool?

RequestGroupedFieldList

public List<GroupedField>? RequestGroupedFieldList { get; set; }

Property Value

List<GroupedField>

SensorList

public List<Sensor>? SensorList { get; set; }

Property Value

List<Sensor>