Class DisplayWithPermissionsDto
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
Permissions
public DisplayPermissionTypes? Permissions { get; set; }