Table of Contents

Class UpdateDisplayConfigNameDto

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

Represents a data transfer object used to update the name of a display configuration.

public class UpdateDisplayConfigNameDto
Inheritance
UpdateDisplayConfigNameDto
Inherited Members
Extension Methods

Remarks

This DTO is intended to carry the necessary information to modify the name of an existing display configuration entity.

Properties

DisplayName

public string DisplayName { get; set; }

Property Value

string