Table of Contents

Class DisplayConfigLocationDto

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

Represents a data transfer object that encapsulates display configuration and location information.

public class DisplayConfigLocationDto
Inheritance
DisplayConfigLocationDto
Inherited Members
Extension Methods

Remarks

This DTO is used to transfer display configuration settings along with their associated location data between application layers.

Properties

DisplayName

public string? DisplayName { get; set; }

Property Value

string

UnitName

public string? UnitName { get; set; }

Property Value

string