Class PointOfCareConfigurationDto
Represents a data transfer object (DTO) for point-of-care configuration settings, used to transfer configuration data between layers or systems.
public class PointOfCareConfigurationDto
- Inheritance
-
PointOfCareConfigurationDto
- Inherited Members
- Extension Methods
Properties
BeaconList
public List<LightBeacon> BeaconList { get; set; }
Property Value
CameraList
public List<Camera> CameraList { get; set; }
Property Value
Id
public int? Id { get; set; }
Property Value
- int?
RelayList
public List<Relay>? RelayList { get; set; }
Property Value
Type
public string? Type { get; set; }