Table of Contents

Class MinimalDisplayListDto

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

Represents a data transfer object that provides a minimal representation of a display list for transfer between application layers.

public class MinimalDisplayListDto
Inheritance
MinimalDisplayListDto
Inherited Members
Extension Methods

Properties

DisplayNurse

public List<MinimalDisplaySection> DisplayNurse { get; set; }

Property Value

List<MinimalDisplaySection>

SmartDisplay

public List<MinimalDisplaySection> SmartDisplay { get; set; }

Property Value

List<MinimalDisplaySection>