2068 lines
96 KiB
YAML
2068 lines
96 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.WebSocket.WebSocketMessageService
|
|
commentId: T:adas_core.WebSocket.WebSocketMessageService
|
|
id: WebSocketMessageService
|
|
parent: adas_core.WebSocket
|
|
children:
|
|
- adas_core.WebSocket.WebSocketMessageService.#ctor(System.Lazy{adas_core.Application.Services.Interfaces.IPatientService},System.Lazy{adas_core.Application.Services.Interfaces.IObservationService},System.Lazy{adas_core.Application.Services.Interfaces.IPumpService},System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService},adas_core.Application.Services.Interfaces.IGroupedObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService},adas_core.Application.Services.Interfaces.IRelayService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings},System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService},Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub},System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService},System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService},System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService},adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.ISubscriberGroupedService,System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService},System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService},System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService},System.Lazy{adas_core.Application.Services.Interfaces.INoticeService},adas_core.Application.Services.Interfaces.IObservationDemoService)
|
|
- adas_core.WebSocket.WebSocketMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
- adas_core.WebSocket.WebSocketMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
- adas_core.WebSocket.WebSocketMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
- adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WebSocketMessageService
|
|
nameWithType: WebSocketMessageService
|
|
fullName: adas_core.WebSocket.WebSocketMessageService
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: WebSocketMessageService
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
syntax:
|
|
content: 'public class WebSocketMessageService : IClientMessageService'
|
|
content.vb: Public Class WebSocketMessageService Implements IClientMessageService
|
|
inheritance:
|
|
- System.Object
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IClientMessageService
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.#ctor(System.Lazy{adas_core.Application.Services.Interfaces.IPatientService},System.Lazy{adas_core.Application.Services.Interfaces.IObservationService},System.Lazy{adas_core.Application.Services.Interfaces.IPumpService},System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService},adas_core.Application.Services.Interfaces.IGroupedObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService},adas_core.Application.Services.Interfaces.IRelayService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings},System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService},Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub},System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService},System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService},System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService},adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.ISubscriberGroupedService,System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService},System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService},System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService},System.Lazy{adas_core.Application.Services.Interfaces.INoticeService},adas_core.Application.Services.Interfaces.IObservationDemoService)
|
|
commentId: M:adas_core.WebSocket.WebSocketMessageService.#ctor(System.Lazy{adas_core.Application.Services.Interfaces.IPatientService},System.Lazy{adas_core.Application.Services.Interfaces.IObservationService},System.Lazy{adas_core.Application.Services.Interfaces.IPumpService},System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService},adas_core.Application.Services.Interfaces.IGroupedObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService},adas_core.Application.Services.Interfaces.IRelayService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings},System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService},Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub},System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService},System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService},System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService},adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.ISubscriberGroupedService,System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService},System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService},System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService},System.Lazy{adas_core.Application.Services.Interfaces.INoticeService},adas_core.Application.Services.Interfaces.IObservationDemoService)
|
|
id: '#ctor(System.Lazy{adas_core.Application.Services.Interfaces.IPatientService},System.Lazy{adas_core.Application.Services.Interfaces.IObservationService},System.Lazy{adas_core.Application.Services.Interfaces.IPumpService},System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService},adas_core.Application.Services.Interfaces.IGroupedObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService},adas_core.Application.Services.Interfaces.IRelayService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings},System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService},Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub},System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService},System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService},System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService},adas_core.Application.Services.Interfaces.ISubscribersService,adas_core.Application.Services.Interfaces.ISubscriberGroupedService,System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService},System.Lazy{adas_core.Application.Services.Interfaces.IUnitService},System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService},System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService},System.Lazy{adas_core.Application.Services.Interfaces.INoticeService},adas_core.Application.Services.Interfaces.IObservationDemoService)'
|
|
parent: adas_core.WebSocket.WebSocketMessageService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WebSocketMessageService(Lazy<IPatientService>, Lazy<IObservationService>, Lazy<IPumpService>, Lazy<ITreatmentService>, IGroupedObservationService, IConfigObservationService, Lazy<IAppointmentService>, IRelayService, IOptions<ApiSettings>, IOptions<RecordingSettings>, Lazy<IRecordingService>, IHubContext<UciHub>, Lazy<ILightBeaconService>, Lazy<IDiagnosisService>, Lazy<IAlarmService>, ISubscribersService, ISubscriberGroupedService, Lazy<IDisplayService>, Lazy<IUnitService>, Lazy<IAdmissionService>, Lazy<IDischargeService>, Lazy<INoticeService>, IObservationDemoService)
|
|
nameWithType: WebSocketMessageService.WebSocketMessageService(Lazy<IPatientService>, Lazy<IObservationService>, Lazy<IPumpService>, Lazy<ITreatmentService>, IGroupedObservationService, IConfigObservationService, Lazy<IAppointmentService>, IRelayService, IOptions<ApiSettings>, IOptions<RecordingSettings>, Lazy<IRecordingService>, IHubContext<UciHub>, Lazy<ILightBeaconService>, Lazy<IDiagnosisService>, Lazy<IAlarmService>, ISubscribersService, ISubscriberGroupedService, Lazy<IDisplayService>, Lazy<IUnitService>, Lazy<IAdmissionService>, Lazy<IDischargeService>, Lazy<INoticeService>, IObservationDemoService)
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.WebSocketMessageService(System.Lazy<adas_core.Application.Services.Interfaces.IPatientService>, System.Lazy<adas_core.Application.Services.Interfaces.IObservationService>, System.Lazy<adas_core.Application.Services.Interfaces.IPumpService>, System.Lazy<adas_core.Application.Services.Interfaces.ITreatmentService>, adas_core.Application.Services.Interfaces.IGroupedObservationService, adas_core.Application.Services.Interfaces.IConfigObservationService, System.Lazy<adas_core.Application.Services.Interfaces.IAppointmentService>, adas_core.Application.Services.Interfaces.IRelayService, Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.ApiSettings>, Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.RecordingSettings>, System.Lazy<adas_core.Application.Services.Interfaces.IRecordingService>, Microsoft.AspNetCore.SignalR.IHubContext<adas_core.WebSocket.Hubs.UciHub>, System.Lazy<adas_core.Application.Services.Interfaces.ILightBeaconService>, System.Lazy<adas_core.Application.Services.Interfaces.IDiagnosisService>, System.Lazy<adas_core.Application.Services.Interfaces.IAlarmService>, adas_core.Application.Services.Interfaces.ISubscribersService, adas_core.Application.Services.Interfaces.ISubscriberGroupedService, System.Lazy<adas_core.Application.Services.Interfaces.IDisplayService>, System.Lazy<adas_core.Application.Services.Interfaces.IUnitService>, System.Lazy<adas_core.Application.Services.Interfaces.IAdmissionService>, System.Lazy<adas_core.Application.Services.Interfaces.IDischargeService>, System.Lazy<adas_core.Application.Services.Interfaces.INoticeService>, adas_core.Application.Services.Interfaces.IObservationDemoService)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
syntax:
|
|
content: public WebSocketMessageService(Lazy<IPatientService> patientService, Lazy<IObservationService> observationService, Lazy<IPumpService> pumpService, Lazy<ITreatmentService> treatmentService, IGroupedObservationService groupedObservationService, IConfigObservationService configObservationService, Lazy<IAppointmentService> appointmentService, IRelayService relayService, IOptions<ApiSettings> apiSettings, IOptions<RecordingSettings> recordingSettings, Lazy<IRecordingService> recordingService, IHubContext<UciHub> hub, Lazy<ILightBeaconService> lightBeaconService, Lazy<IDiagnosisService> diagnosisService, Lazy<IAlarmService> alarmService, ISubscribersService subscribersService, ISubscriberGroupedService subscriberGroupedService, Lazy<IDisplayService> displayService, Lazy<IUnitService> unitService, Lazy<IAdmissionService> admissionService, Lazy<IDischargeService> dischargeService, Lazy<INoticeService> noticeService, IObservationDemoService observationDemoService)
|
|
parameters:
|
|
- id: patientService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IPatientService}
|
|
- id: observationService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IObservationService}
|
|
- id: pumpService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IPumpService}
|
|
- id: treatmentService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService}
|
|
- id: groupedObservationService
|
|
type: adas_core.Application.Services.Interfaces.IGroupedObservationService
|
|
- id: configObservationService
|
|
type: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
- id: appointmentService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService}
|
|
- id: relayService
|
|
type: adas_core.Application.Services.Interfaces.IRelayService
|
|
- id: apiSettings
|
|
type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
- id: recordingSettings
|
|
type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings}
|
|
- id: recordingService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService}
|
|
- id: hub
|
|
type: Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub}
|
|
- id: lightBeaconService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService}
|
|
- id: diagnosisService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService}
|
|
- id: alarmService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService}
|
|
- id: subscribersService
|
|
type: adas_core.Application.Services.Interfaces.ISubscribersService
|
|
- id: subscriberGroupedService
|
|
type: adas_core.Application.Services.Interfaces.ISubscriberGroupedService
|
|
- id: displayService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService}
|
|
- id: unitService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
|
|
- id: admissionService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService}
|
|
- id: dischargeService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService}
|
|
- id: noticeService
|
|
type: System.Lazy{adas_core.Application.Services.Interfaces.INoticeService}
|
|
- id: observationDemoService
|
|
type: adas_core.Application.Services.Interfaces.IObservationDemoService
|
|
content.vb: Public Sub New(patientService As Lazy(Of IPatientService), observationService As Lazy(Of IObservationService), pumpService As Lazy(Of IPumpService), treatmentService As Lazy(Of ITreatmentService), groupedObservationService As IGroupedObservationService, configObservationService As IConfigObservationService, appointmentService As Lazy(Of IAppointmentService), relayService As IRelayService, apiSettings As IOptions(Of ApiSettings), recordingSettings As IOptions(Of RecordingSettings), recordingService As Lazy(Of IRecordingService), hub As IHubContext(Of UciHub), lightBeaconService As Lazy(Of ILightBeaconService), diagnosisService As Lazy(Of IDiagnosisService), alarmService As Lazy(Of IAlarmService), subscribersService As ISubscribersService, subscriberGroupedService As ISubscriberGroupedService, displayService As Lazy(Of IDisplayService), unitService As Lazy(Of IUnitService), admissionService As Lazy(Of IAdmissionService), dischargeService As Lazy(Of IDischargeService), noticeService As Lazy(Of INoticeService), observationDemoService As IObservationDemoService)
|
|
overload: adas_core.WebSocket.WebSocketMessageService.#ctor*
|
|
nameWithType.vb: WebSocketMessageService.New(Lazy(Of IPatientService), Lazy(Of IObservationService), Lazy(Of IPumpService), Lazy(Of ITreatmentService), IGroupedObservationService, IConfigObservationService, Lazy(Of IAppointmentService), IRelayService, IOptions(Of ApiSettings), IOptions(Of RecordingSettings), Lazy(Of IRecordingService), IHubContext(Of UciHub), Lazy(Of ILightBeaconService), Lazy(Of IDiagnosisService), Lazy(Of IAlarmService), ISubscribersService, ISubscriberGroupedService, Lazy(Of IDisplayService), Lazy(Of IUnitService), Lazy(Of IAdmissionService), Lazy(Of IDischargeService), Lazy(Of INoticeService), IObservationDemoService)
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.New(System.Lazy(Of adas_core.Application.Services.Interfaces.IPatientService), System.Lazy(Of adas_core.Application.Services.Interfaces.IObservationService), System.Lazy(Of adas_core.Application.Services.Interfaces.IPumpService), System.Lazy(Of adas_core.Application.Services.Interfaces.ITreatmentService), adas_core.Application.Services.Interfaces.IGroupedObservationService, adas_core.Application.Services.Interfaces.IConfigObservationService, System.Lazy(Of adas_core.Application.Services.Interfaces.IAppointmentService), adas_core.Application.Services.Interfaces.IRelayService, Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings), Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.RecordingSettings), System.Lazy(Of adas_core.Application.Services.Interfaces.IRecordingService), Microsoft.AspNetCore.SignalR.IHubContext(Of adas_core.WebSocket.Hubs.UciHub), System.Lazy(Of adas_core.Application.Services.Interfaces.ILightBeaconService), System.Lazy(Of adas_core.Application.Services.Interfaces.IDiagnosisService), System.Lazy(Of adas_core.Application.Services.Interfaces.IAlarmService), adas_core.Application.Services.Interfaces.ISubscribersService, adas_core.Application.Services.Interfaces.ISubscriberGroupedService, System.Lazy(Of adas_core.Application.Services.Interfaces.IDisplayService), System.Lazy(Of adas_core.Application.Services.Interfaces.IUnitService), System.Lazy(Of adas_core.Application.Services.Interfaces.IAdmissionService), System.Lazy(Of adas_core.Application.Services.Interfaces.IDischargeService), System.Lazy(Of adas_core.Application.Services.Interfaces.INoticeService), adas_core.Application.Services.Interfaces.IObservationDemoService)
|
|
name.vb: New(Lazy(Of IPatientService), Lazy(Of IObservationService), Lazy(Of IPumpService), Lazy(Of ITreatmentService), IGroupedObservationService, IConfigObservationService, Lazy(Of IAppointmentService), IRelayService, IOptions(Of ApiSettings), IOptions(Of RecordingSettings), Lazy(Of IRecordingService), IHubContext(Of UciHub), Lazy(Of ILightBeaconService), Lazy(Of IDiagnosisService), Lazy(Of IAlarmService), ISubscribersService, ISubscriberGroupedService, Lazy(Of IDisplayService), Lazy(Of IUnitService), Lazy(Of IAdmissionService), Lazy(Of IDischargeService), Lazy(Of INoticeService), IObservationDemoService)
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
commentId: M:adas_core.WebSocket.WebSocketMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
id: ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
parent: adas_core.WebSocket.WebSocketMessageService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ProcessMessage(Message, string)
|
|
nameWithType: WebSocketMessageService.ProcessMessage(Message, string)
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message, string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ProcessMessage
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 641
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
summary: >-
|
|
Processes an incoming message by routing it to the appropriate handler based on the subscription type.
|
|
|
|
Handles ChatMessage, RecordingSuscribe, PatientData, GroupedObservations, Admin, Display, BoxSubscribe, Demo, and Idle operations.
|
|
example: []
|
|
syntax:
|
|
content: public Task ProcessMessage(Message msg, string connectionId)
|
|
parameters:
|
|
- id: msg
|
|
type: adas_core.Domain.Models.SignalR.Message
|
|
description: The message to process, containing the operation type and payload.
|
|
- id: connectionId
|
|
type: System.String
|
|
description: The identifier of the connection that originated the message.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Public Function ProcessMessage(msg As Message, connectionId As String) As Task
|
|
overload: adas_core.WebSocket.WebSocketMessageService.ProcessMessage*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
nameWithType.vb: WebSocketMessageService.ProcessMessage(Message, String)
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message, String)
|
|
name.vb: ProcessMessage(Message, String)
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
commentId: M:adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
id: SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
parent: adas_core.WebSocket.WebSocketMessageService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SendUpdateMessageToBoxes(List<PatientLocation>)
|
|
nameWithType: WebSocketMessageService.SendUpdateMessageToBoxes(List<PatientLocation>)
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List<adas_core.Domain.Models.PatientLocation>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: SendUpdateMessageToBoxes
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 819
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
summary: Sends an update message to all subscribers associated with the given patient locations. If the location has no bed specified, subscribers are matched by section; otherwise, subscribers are matched by both box (bed) and section.
|
|
example: []
|
|
syntax:
|
|
content: public void SendUpdateMessageToBoxes(List<PatientLocation> patientLocations)
|
|
parameters:
|
|
- id: patientLocations
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
description: The list of patient locations used to determine which subscribers should receive the update message.
|
|
content.vb: Public Sub SendUpdateMessageToBoxes(patientLocations As List(Of PatientLocation))
|
|
overload: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
nameWithType.vb: WebSocketMessageService.SendUpdateMessageToBoxes(List(Of PatientLocation))
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocation))
|
|
name.vb: SendUpdateMessageToBoxes(List(Of PatientLocation))
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
commentId: M:adas_core.WebSocket.WebSocketMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
id: SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
parent: adas_core.WebSocket.WebSocketMessageService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SendAsync(string, OperationType?, object?)
|
|
nameWithType: WebSocketMessageService.SendAsync(string, OperationType?, object?)
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendAsync(string, adas_core.Domain.Enums.OperationType?, object?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: SendAsync
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 1274
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
summary: Asynchronously serializes the provided message to JSON using camelCase property naming and string-based enum conversion, then delivers it to the SignalR client identified by <code class="paramref">subscriberId</code> via the "ReceiveMessage" event.
|
|
example: []
|
|
syntax:
|
|
content: public Task SendAsync(string subscriberId, OperationType? type, object? msg)
|
|
parameters:
|
|
- id: subscriberId
|
|
type: System.String
|
|
description: The identifier of the SignalR client connection that should receive the message.
|
|
- id: type
|
|
type: System.Nullable{adas_core.Domain.Enums.OperationType}
|
|
description: The optional operation type associated with the message, included in the payload as its string representation when present.
|
|
- id: msg
|
|
type: System.Object
|
|
description: The message object to serialize and send. May be <code>null</code>.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Public Function SendAsync(subscriberId As String, type As OperationType?, msg As Object) As Task
|
|
overload: adas_core.WebSocket.WebSocketMessageService.SendAsync*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
nameWithType.vb: WebSocketMessageService.SendAsync(String, OperationType?, Object)
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.SendAsync(String, adas_core.Domain.Enums.OperationType?, Object)
|
|
name.vb: SendAsync(String, OperationType?, Object)
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
commentId: M:adas_core.WebSocket.WebSocketMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
id: SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
parent: adas_core.WebSocket.WebSocketMessageService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SendToAllAsync(OperationType, object?)
|
|
nameWithType: WebSocketMessageService.SendToAllAsync(OperationType, object?)
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType, object?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/WebSocket/WebSocketMessageService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: SendToAllAsync
|
|
path: ../../adas-core/WebSocket/WebSocketMessageService.cs
|
|
startLine: 1301
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.WebSocket
|
|
summary: >-
|
|
Asynchronously broadcasts a message of the specified operation type to all connected SignalR clients,
|
|
|
|
serializing the payload using camelCase JSON with ISO date formatting, suppression of null and default values,
|
|
|
|
and roundtrip DateTime kind preservation.
|
|
example: []
|
|
syntax:
|
|
content: public Task SendToAllAsync(OperationType type, object? msg)
|
|
parameters:
|
|
- id: type
|
|
type: adas_core.Domain.Enums.OperationType
|
|
description: The operation type that identifies the kind of message being broadcast.
|
|
- id: msg
|
|
type: System.Object
|
|
description: The message payload to serialize and send. Can be null.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Public Function SendToAllAsync(type As OperationType, msg As Object) As Task
|
|
overload: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync*
|
|
implements:
|
|
- adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
nameWithType.vb: WebSocketMessageService.SendToAllAsync(OperationType, Object)
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType, Object)
|
|
name.vb: SendToAllAsync(OperationType, Object)
|
|
references:
|
|
- uid: adas_core.WebSocket
|
|
commentId: N:adas_core.WebSocket
|
|
href: adas_core.html
|
|
name: adas_core.WebSocket
|
|
nameWithType: adas_core.WebSocket
|
|
fullName: adas_core.WebSocket
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.WebSocket
|
|
name: WebSocket
|
|
href: adas_core.WebSocket.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.WebSocket
|
|
name: WebSocket
|
|
href: adas_core.WebSocket.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IClientMessageService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IClientMessageService.html
|
|
name: IClientMessageService
|
|
nameWithType: IClientMessageService
|
|
fullName: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
parent: adas_core.Domain.Utils.ObjectUtils
|
|
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
commentId: N:adas_core.Application.Services.Interfaces
|
|
href: adas_core.html
|
|
name: adas_core.Application.Services.Interfaces
|
|
nameWithType: adas_core.Application.Services.Interfaces
|
|
fullName: adas_core.Application.Services.Interfaces
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.#ctor*
|
|
commentId: Overload:adas_core.WebSocket.WebSocketMessageService.#ctor
|
|
href: adas_core.WebSocket.WebSocketMessageService.html#adas_core_WebSocket_WebSocketMessageService__ctor_System_Lazy_adas_core_Application_Services_Interfaces_IPatientService__System_Lazy_adas_core_Application_Services_Interfaces_IObservationService__System_Lazy_adas_core_Application_Services_Interfaces_IPumpService__System_Lazy_adas_core_Application_Services_Interfaces_ITreatmentService__adas_core_Application_Services_Interfaces_IGroupedObservationService_adas_core_Application_Services_Interfaces_IConfigObservationService_System_Lazy_adas_core_Application_Services_Interfaces_IAppointmentService__adas_core_Application_Services_Interfaces_IRelayService_Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_ApiSettings__Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_RecordingSettings__System_Lazy_adas_core_Application_Services_Interfaces_IRecordingService__Microsoft_AspNetCore_SignalR_IHubContext_adas_core_WebSocket_Hubs_UciHub__System_Lazy_adas_core_Application_Services_Interfaces_ILightBeaconService__System_Lazy_adas_core_Application_Services_Interfaces_IDiagnosisService__System_Lazy_adas_core_Application_Services_Interfaces_IAlarmService__adas_core_Application_Services_Interfaces_ISubscribersService_adas_core_Application_Services_Interfaces_ISubscriberGroupedService_System_Lazy_adas_core_Application_Services_Interfaces_IDisplayService__System_Lazy_adas_core_Application_Services_Interfaces_IUnitService__System_Lazy_adas_core_Application_Services_Interfaces_IAdmissionService__System_Lazy_adas_core_Application_Services_Interfaces_IDischargeService__System_Lazy_adas_core_Application_Services_Interfaces_INoticeService__adas_core_Application_Services_Interfaces_IObservationDemoService_
|
|
name: WebSocketMessageService
|
|
nameWithType: WebSocketMessageService.WebSocketMessageService
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.WebSocketMessageService
|
|
nameWithType.vb: WebSocketMessageService.New
|
|
fullName.vb: adas_core.WebSocket.WebSocketMessageService.New
|
|
name.vb: New
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IPatientService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IPatientService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IPatientService>
|
|
nameWithType: Lazy<IPatientService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IPatientService>
|
|
nameWithType.vb: Lazy(Of IPatientService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IPatientService)
|
|
name.vb: Lazy(Of IPatientService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IPatientService
|
|
name: IPatientService
|
|
href: adas_core.Application.Services.Interfaces.IPatientService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IPatientService
|
|
name: IPatientService
|
|
href: adas_core.Application.Services.Interfaces.IPatientService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IObservationService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IObservationService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IObservationService>
|
|
nameWithType: Lazy<IObservationService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IObservationService>
|
|
nameWithType.vb: Lazy(Of IObservationService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IObservationService)
|
|
name.vb: Lazy(Of IObservationService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IObservationService
|
|
name: IObservationService
|
|
href: adas_core.Application.Services.Interfaces.IObservationService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IObservationService
|
|
name: IObservationService
|
|
href: adas_core.Application.Services.Interfaces.IObservationService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IPumpService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IPumpService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IPumpService>
|
|
nameWithType: Lazy<IPumpService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IPumpService>
|
|
nameWithType.vb: Lazy(Of IPumpService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IPumpService)
|
|
name.vb: Lazy(Of IPumpService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IPumpService
|
|
name: IPumpService
|
|
href: adas_core.Application.Services.Interfaces.IPumpService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IPumpService
|
|
name: IPumpService
|
|
href: adas_core.Application.Services.Interfaces.IPumpService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.ITreatmentService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<ITreatmentService>
|
|
nameWithType: Lazy<ITreatmentService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.ITreatmentService>
|
|
nameWithType.vb: Lazy(Of ITreatmentService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.ITreatmentService)
|
|
name.vb: Lazy(Of ITreatmentService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.ITreatmentService
|
|
name: ITreatmentService
|
|
href: adas_core.Application.Services.Interfaces.ITreatmentService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.ITreatmentService
|
|
name: ITreatmentService
|
|
href: adas_core.Application.Services.Interfaces.ITreatmentService.html
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IGroupedObservationService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IGroupedObservationService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IGroupedObservationService.html
|
|
name: IGroupedObservationService
|
|
nameWithType: IGroupedObservationService
|
|
fullName: adas_core.Application.Services.Interfaces.IGroupedObservationService
|
|
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html
|
|
name: IConfigObservationService
|
|
nameWithType: IConfigObservationService
|
|
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IAppointmentService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IAppointmentService>
|
|
nameWithType: Lazy<IAppointmentService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IAppointmentService>
|
|
nameWithType.vb: Lazy(Of IAppointmentService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IAppointmentService)
|
|
name.vb: Lazy(Of IAppointmentService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IAppointmentService
|
|
name: IAppointmentService
|
|
href: adas_core.Application.Services.Interfaces.IAppointmentService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IAppointmentService
|
|
name: IAppointmentService
|
|
href: adas_core.Application.Services.Interfaces.IAppointmentService.html
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IRelayService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IRelayService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IRelayService.html
|
|
name: IRelayService
|
|
nameWithType: IRelayService
|
|
fullName: adas_core.Application.Services.Interfaces.IRelayService
|
|
- uid: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
commentId: T:Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings}
|
|
parent: Microsoft.Extensions.Options
|
|
definition: Microsoft.Extensions.Options.IOptions`1
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
name: IOptions<ApiSettings>
|
|
nameWithType: IOptions<ApiSettings>
|
|
fullName: Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.ApiSettings>
|
|
nameWithType.vb: IOptions(Of ApiSettings)
|
|
fullName.vb: Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings)
|
|
name.vb: IOptions(Of ApiSettings)
|
|
spec.csharp:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.AppSettings.ApiSettings
|
|
name: ApiSettings
|
|
href: adas_core.Domain.Models.AppSettings.ApiSettings.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.AppSettings.ApiSettings
|
|
name: ApiSettings
|
|
href: adas_core.Domain.Models.AppSettings.ApiSettings.html
|
|
- name: )
|
|
- uid: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings}
|
|
commentId: T:Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.RecordingSettings}
|
|
parent: Microsoft.Extensions.Options
|
|
definition: Microsoft.Extensions.Options.IOptions`1
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
name: IOptions<RecordingSettings>
|
|
nameWithType: IOptions<RecordingSettings>
|
|
fullName: Microsoft.Extensions.Options.IOptions<adas_core.Domain.Models.AppSettings.RecordingSettings>
|
|
nameWithType.vb: IOptions(Of RecordingSettings)
|
|
fullName.vb: Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.RecordingSettings)
|
|
name.vb: IOptions(Of RecordingSettings)
|
|
spec.csharp:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.AppSettings.RecordingSettings
|
|
name: RecordingSettings
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.AppSettings.RecordingSettings
|
|
name: RecordingSettings
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IRecordingService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IRecordingService>
|
|
nameWithType: Lazy<IRecordingService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IRecordingService>
|
|
nameWithType.vb: Lazy(Of IRecordingService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IRecordingService)
|
|
name.vb: Lazy(Of IRecordingService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IRecordingService
|
|
name: IRecordingService
|
|
href: adas_core.Application.Services.Interfaces.IRecordingService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IRecordingService
|
|
name: IRecordingService
|
|
href: adas_core.Application.Services.Interfaces.IRecordingService.html
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub}
|
|
commentId: T:Microsoft.AspNetCore.SignalR.IHubContext{adas_core.WebSocket.Hubs.UciHub}
|
|
parent: Microsoft.AspNetCore.SignalR
|
|
definition: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
name: IHubContext<UciHub>
|
|
nameWithType: IHubContext<UciHub>
|
|
fullName: Microsoft.AspNetCore.SignalR.IHubContext<adas_core.WebSocket.Hubs.UciHub>
|
|
nameWithType.vb: IHubContext(Of UciHub)
|
|
fullName.vb: Microsoft.AspNetCore.SignalR.IHubContext(Of adas_core.WebSocket.Hubs.UciHub)
|
|
name.vb: IHubContext(Of UciHub)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
name: IHubContext
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
- name: <
|
|
- uid: adas_core.WebSocket.Hubs.UciHub
|
|
name: UciHub
|
|
href: adas_core.WebSocket.Hubs.UciHub.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
name: IHubContext
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.WebSocket.Hubs.UciHub
|
|
name: UciHub
|
|
href: adas_core.WebSocket.Hubs.UciHub.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.ILightBeaconService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<ILightBeaconService>
|
|
nameWithType: Lazy<ILightBeaconService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.ILightBeaconService>
|
|
nameWithType.vb: Lazy(Of ILightBeaconService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.ILightBeaconService)
|
|
name.vb: Lazy(Of ILightBeaconService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.ILightBeaconService
|
|
name: ILightBeaconService
|
|
href: adas_core.Application.Services.Interfaces.ILightBeaconService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.ILightBeaconService
|
|
name: ILightBeaconService
|
|
href: adas_core.Application.Services.Interfaces.ILightBeaconService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IDiagnosisService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IDiagnosisService>
|
|
nameWithType: Lazy<IDiagnosisService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IDiagnosisService>
|
|
nameWithType.vb: Lazy(Of IDiagnosisService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IDiagnosisService)
|
|
name.vb: Lazy(Of IDiagnosisService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IDiagnosisService
|
|
name: IDiagnosisService
|
|
href: adas_core.Application.Services.Interfaces.IDiagnosisService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IDiagnosisService
|
|
name: IDiagnosisService
|
|
href: adas_core.Application.Services.Interfaces.IDiagnosisService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IAlarmService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IAlarmService>
|
|
nameWithType: Lazy<IAlarmService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IAlarmService>
|
|
nameWithType.vb: Lazy(Of IAlarmService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IAlarmService)
|
|
name.vb: Lazy(Of IAlarmService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IAlarmService
|
|
name: IAlarmService
|
|
href: adas_core.Application.Services.Interfaces.IAlarmService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IAlarmService
|
|
name: IAlarmService
|
|
href: adas_core.Application.Services.Interfaces.IAlarmService.html
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.ISubscribersService
|
|
commentId: T:adas_core.Application.Services.Interfaces.ISubscribersService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.ISubscribersService.html
|
|
name: ISubscribersService
|
|
nameWithType: ISubscribersService
|
|
fullName: adas_core.Application.Services.Interfaces.ISubscribersService
|
|
- uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService
|
|
commentId: T:adas_core.Application.Services.Interfaces.ISubscriberGroupedService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html
|
|
name: ISubscriberGroupedService
|
|
nameWithType: ISubscriberGroupedService
|
|
fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IDisplayService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IDisplayService>
|
|
nameWithType: Lazy<IDisplayService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IDisplayService>
|
|
nameWithType.vb: Lazy(Of IDisplayService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IDisplayService)
|
|
name.vb: Lazy(Of IDisplayService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IDisplayService
|
|
name: IDisplayService
|
|
href: adas_core.Application.Services.Interfaces.IDisplayService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IDisplayService
|
|
name: IDisplayService
|
|
href: adas_core.Application.Services.Interfaces.IDisplayService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IUnitService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IUnitService>
|
|
nameWithType: Lazy<IUnitService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IUnitService>
|
|
nameWithType.vb: Lazy(Of IUnitService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IUnitService)
|
|
name.vb: Lazy(Of IUnitService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IUnitService
|
|
name: IUnitService
|
|
href: adas_core.Application.Services.Interfaces.IUnitService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IUnitService
|
|
name: IUnitService
|
|
href: adas_core.Application.Services.Interfaces.IUnitService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IAdmissionService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IAdmissionService>
|
|
nameWithType: Lazy<IAdmissionService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IAdmissionService>
|
|
nameWithType.vb: Lazy(Of IAdmissionService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IAdmissionService)
|
|
name.vb: Lazy(Of IAdmissionService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
name: IAdmissionService
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
name: IAdmissionService
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.IDischargeService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<IDischargeService>
|
|
nameWithType: Lazy<IDischargeService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.IDischargeService>
|
|
nameWithType.vb: Lazy(Of IDischargeService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.IDischargeService)
|
|
name.vb: Lazy(Of IDischargeService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.IDischargeService
|
|
name: IDischargeService
|
|
href: adas_core.Application.Services.Interfaces.IDischargeService.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.IDischargeService
|
|
name: IDischargeService
|
|
href: adas_core.Application.Services.Interfaces.IDischargeService.html
|
|
- name: )
|
|
- uid: System.Lazy{adas_core.Application.Services.Interfaces.INoticeService}
|
|
commentId: T:System.Lazy{adas_core.Application.Services.Interfaces.INoticeService}
|
|
parent: System
|
|
definition: System.Lazy`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<INoticeService>
|
|
nameWithType: Lazy<INoticeService>
|
|
fullName: System.Lazy<adas_core.Application.Services.Interfaces.INoticeService>
|
|
nameWithType.vb: Lazy(Of INoticeService)
|
|
fullName.vb: System.Lazy(Of adas_core.Application.Services.Interfaces.INoticeService)
|
|
name.vb: Lazy(Of INoticeService)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- uid: adas_core.Application.Services.Interfaces.INoticeService
|
|
name: INoticeService
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Application.Services.Interfaces.INoticeService
|
|
name: INoticeService
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IObservationDemoService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IObservationDemoService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IObservationDemoService.html
|
|
name: IObservationDemoService
|
|
nameWithType: IObservationDemoService
|
|
fullName: adas_core.Application.Services.Interfaces.IObservationDemoService
|
|
- uid: System.Lazy`1
|
|
commentId: T:System.Lazy`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
name: Lazy<T>
|
|
nameWithType: Lazy<T>
|
|
fullName: System.Lazy<T>
|
|
nameWithType.vb: Lazy(Of T)
|
|
fullName.vb: System.Lazy(Of T)
|
|
name.vb: Lazy(Of T)
|
|
spec.csharp:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Lazy`1
|
|
name: Lazy
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.lazy-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
commentId: T:Microsoft.Extensions.Options.IOptions`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
name: IOptions<TOptions>
|
|
nameWithType: IOptions<TOptions>
|
|
fullName: Microsoft.Extensions.Options.IOptions<TOptions>
|
|
nameWithType.vb: IOptions(Of TOptions)
|
|
fullName.vb: Microsoft.Extensions.Options.IOptions(Of TOptions)
|
|
name.vb: IOptions(Of TOptions)
|
|
spec.csharp:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: <
|
|
- name: TOptions
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Microsoft.Extensions.Options.IOptions`1
|
|
name: IOptions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TOptions
|
|
- name: )
|
|
- uid: Microsoft.Extensions.Options
|
|
commentId: N:Microsoft.Extensions.Options
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
name: Microsoft.Extensions.Options
|
|
nameWithType: Microsoft.Extensions.Options
|
|
fullName: Microsoft.Extensions.Options
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.Extensions
|
|
name: Extensions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
|
- name: .
|
|
- uid: Microsoft.Extensions.Options
|
|
name: Options
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.Extensions
|
|
name: Extensions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
|
- name: .
|
|
- uid: Microsoft.Extensions.Options
|
|
name: Options
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
commentId: T:Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
name: IHubContext<THub>
|
|
nameWithType: IHubContext<THub>
|
|
fullName: Microsoft.AspNetCore.SignalR.IHubContext<THub>
|
|
nameWithType.vb: IHubContext(Of THub)
|
|
fullName.vb: Microsoft.AspNetCore.SignalR.IHubContext(Of THub)
|
|
name.vb: IHubContext(Of THub)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
name: IHubContext
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
- name: <
|
|
- name: THub
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.SignalR.IHubContext`1
|
|
name: IHubContext
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr.ihubcontext-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: THub
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.SignalR
|
|
commentId: N:Microsoft.AspNetCore.SignalR
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
name: Microsoft.AspNetCore.SignalR
|
|
nameWithType: Microsoft.AspNetCore.SignalR
|
|
fullName: Microsoft.AspNetCore.SignalR
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore
|
|
name: AspNetCore
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore.SignalR
|
|
name: SignalR
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore
|
|
name: AspNetCore
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore.SignalR
|
|
name: SignalR
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.signalr
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.ProcessMessage*
|
|
commentId: Overload:adas_core.WebSocket.WebSocketMessageService.ProcessMessage
|
|
href: adas_core.WebSocket.WebSocketMessageService.html#adas_core_WebSocket_WebSocketMessageService_ProcessMessage_adas_core_Domain_Models_SignalR_Message_System_String_
|
|
name: ProcessMessage
|
|
nameWithType: WebSocketMessageService.ProcessMessage
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.ProcessMessage
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: ProcessMessage(Message, string)
|
|
nameWithType: IClientMessageService.ProcessMessage(Message, string)
|
|
fullName: adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message, string)
|
|
nameWithType.vb: IClientMessageService.ProcessMessage(Message, String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message, String)
|
|
name.vb: ProcessMessage(Message, String)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
name: ProcessMessage
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.SignalR.Message
|
|
name: Message
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.ProcessMessage(adas_core.Domain.Models.SignalR.Message,System.String)
|
|
name: ProcessMessage
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.SignalR.Message
|
|
name: Message
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.SignalR.Message
|
|
commentId: T:adas_core.Domain.Models.SignalR.Message
|
|
parent: adas_core.Domain.Models.SignalR
|
|
href: adas_core.Domain.Models.SignalR.Message.html
|
|
name: Message
|
|
nameWithType: Message
|
|
fullName: adas_core.Domain.Models.SignalR.Message
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: System.Threading.Tasks.Task
|
|
commentId: T:System.Threading.Tasks.Task
|
|
parent: System.Threading.Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task
|
|
name: Task
|
|
nameWithType: Task
|
|
fullName: System.Threading.Tasks.Task
|
|
- uid: adas_core.Domain.Models.SignalR
|
|
commentId: N:adas_core.Domain.Models.SignalR
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.SignalR
|
|
nameWithType: adas_core.Domain.Models.SignalR
|
|
fullName: adas_core.Domain.Models.SignalR
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.SignalR
|
|
name: SignalR
|
|
href: adas_core.Domain.Models.SignalR.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.SignalR
|
|
name: SignalR
|
|
href: adas_core.Domain.Models.SignalR.html
|
|
- uid: System.Threading.Tasks
|
|
commentId: N:System.Threading.Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Threading.Tasks
|
|
nameWithType: System.Threading.Tasks
|
|
fullName: System.Threading.Tasks
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes*
|
|
commentId: Overload:adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes
|
|
href: adas_core.WebSocket.WebSocketMessageService.html#adas_core_WebSocket_WebSocketMessageService_SendUpdateMessageToBoxes_System_Collections_Generic_List_adas_core_Domain_Models_PatientLocation__
|
|
name: SendUpdateMessageToBoxes
|
|
nameWithType: WebSocketMessageService.SendUpdateMessageToBoxes
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendUpdateMessageToBoxes
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
commentId: M:adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
parent: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: SendUpdateMessageToBoxes(List<PatientLocation>)
|
|
nameWithType: IClientMessageService.SendUpdateMessageToBoxes(List<PatientLocation>)
|
|
fullName: adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List<adas_core.Domain.Models.PatientLocation>)
|
|
nameWithType.vb: IClientMessageService.SendUpdateMessageToBoxes(List(Of PatientLocation))
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocation))
|
|
name.vb: SendUpdateMessageToBoxes(List(Of PatientLocation))
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
name: SendUpdateMessageToBoxes
|
|
- name: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendUpdateMessageToBoxes(System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation})
|
|
name: SendUpdateMessageToBoxes
|
|
- name: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<PatientLocation>
|
|
nameWithType: List<PatientLocation>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientLocation>
|
|
nameWithType.vb: List(Of PatientLocation)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocation)
|
|
name.vb: List(Of PatientLocation)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1
|
|
commentId: T:System.Collections.Generic.List`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullName.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendAsync*
|
|
commentId: Overload:adas_core.WebSocket.WebSocketMessageService.SendAsync
|
|
href: adas_core.WebSocket.WebSocketMessageService.html#adas_core_WebSocket_WebSocketMessageService_SendAsync_System_String_System_Nullable_adas_core_Domain_Enums_OperationType__System_Object_
|
|
name: SendAsync
|
|
nameWithType: WebSocketMessageService.SendAsync
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendAsync
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
parent: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: SendAsync(string, OperationType?, object)
|
|
nameWithType: IClientMessageService.SendAsync(string, OperationType?, object)
|
|
fullName: adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(string, adas_core.Domain.Enums.OperationType?, object)
|
|
nameWithType.vb: IClientMessageService.SendAsync(String, OperationType?, Object)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(String, adas_core.Domain.Enums.OperationType?, Object)
|
|
name.vb: SendAsync(String, OperationType?, Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
name: SendAsync
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendAsync(System.String,System.Nullable{adas_core.Domain.Enums.OperationType},System.Object)
|
|
name: SendAsync
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Nullable{adas_core.Domain.Enums.OperationType}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.OperationType}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.OperationType.html
|
|
name: OperationType?
|
|
nameWithType: OperationType?
|
|
fullName: adas_core.Domain.Enums.OperationType?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
href: adas_core.Domain.Enums.OperationType.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
href: adas_core.Domain.Enums.OperationType.html
|
|
- name: '?'
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync*
|
|
commentId: Overload:adas_core.WebSocket.WebSocketMessageService.SendToAllAsync
|
|
href: adas_core.WebSocket.WebSocketMessageService.html#adas_core_WebSocket_WebSocketMessageService_SendToAllAsync_adas_core_Domain_Enums_OperationType_System_Object_
|
|
name: SendToAllAsync
|
|
nameWithType: WebSocketMessageService.SendToAllAsync
|
|
fullName: adas_core.WebSocket.WebSocketMessageService.SendToAllAsync
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
parent: adas_core.Application.Services.Interfaces.IClientMessageService
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: SendToAllAsync(OperationType, object)
|
|
nameWithType: IClientMessageService.SendToAllAsync(OperationType, object)
|
|
fullName: adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType, object)
|
|
nameWithType.vb: IClientMessageService.SendToAllAsync(OperationType, Object)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType, Object)
|
|
name.vb: SendToAllAsync(OperationType, Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
name: SendToAllAsync
|
|
- name: (
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IClientMessageService.SendToAllAsync(adas_core.Domain.Enums.OperationType,System.Object)
|
|
name: SendToAllAsync
|
|
- name: (
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
name: OperationType
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Enums.OperationType
|
|
commentId: T:adas_core.Domain.Enums.OperationType
|
|
parent: adas_core.Domain.Enums
|
|
href: adas_core.Domain.Enums.OperationType.html
|
|
name: OperationType
|
|
nameWithType: OperationType
|
|
fullName: adas_core.Domain.Enums.OperationType
|
|
- uid: adas_core.Domain.Enums
|
|
commentId: N:adas_core.Domain.Enums
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Enums
|
|
nameWithType: adas_core.Domain.Enums
|
|
fullName: adas_core.Domain.Enums
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|