Table of Contents

Class PoCSettings

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents the configuration settings for a Proof of Concept (PoC) implementation.

public class PoCSettings
Inheritance
PoCSettings
Inherited Members
Extension Methods

Remarks

This class serves as a container for configuration values used during proof-of-concept development and testing phases.

Properties

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

ManualRelayStatus

public RelayEnum.Status? ManualRelayStatus { get; set; }

Property Value

RelayEnum.Status?

PatientLocation

public PatientLocation? PatientLocation { get; set; }

Property Value

PatientLocation

Methods

ToString()

Returns a string representation of the object, always including the Id, and conditionally appending the PatientLocation and Relay Manual Status when those values are not null.

public override string ToString()

Returns

string

A string containing the Id and, when available, the PatientLocation and Manual Relay Status information.