Table of Contents

Class DisplayWithPermissionsDto

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

Represents a data transfer object that combines display-related information with associated permissions.

public class DisplayWithPermissionsDto
Inheritance
DisplayWithPermissionsDto
Inherited Members
Extension Methods

Remarks

This DTO is intended for transferring presentation data together with the permissions required to view or interact with it.

Properties

Display

public Display? Display { get; set; }

Property Value

Display

Permissions

public DisplayPermissionTypes? Permissions { get; set; }

Property Value

DisplayPermissionTypes