Class DisplayPermissionTypes
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
public class DisplayPermissionTypes
- Inheritance
-
DisplayPermissionTypes
- Inherited Members
- Extension Methods
Constructors
DisplayPermissionTypes(UserActions, UserActions, UserActions, UserActions, UserActions, UserActions, UserActions, bool)
public DisplayPermissionTypes(UserActions admissions, UserActions discharges, UserActions obs, UserActions demographicData, UserActions boxBlocking, UserActions notices, UserActions cell, bool useDemoMode)
Parameters
admissionsUserActionsdischargesUserActionsobsUserActionsdemographicDataUserActionsboxBlockingUserActionsnoticesUserActionscellUserActionsuseDemoModebool
Properties
Admissions
public UserActions Admissions { get; set; }
Property Value
BoxBlocking
public UserActions BoxBlocking { get; set; }
Property Value
Cell
public UserActions Cell { get; set; }
Property Value
DemographicData
public UserActions DemographicData { get; set; }
Property Value
Discharges
public UserActions Discharges { get; set; }
Property Value
Notices
public UserActions Notices { get; set; }
Property Value
Obs
public UserActions Obs { get; set; }
Property Value
UseDemoMode
public bool UseDemoMode { get; set; }