### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.DeviceService commentId: T:adas_core.Application.Services.DeviceService id: DeviceService parent: adas_core.Application.Services children: - adas_core.Application.Services.DeviceService.#ctor(adas_core.Application.Repositories.Interfaces.IDeviceRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService},adas_core.Application.Services.Interfaces.IObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,adas_core.Application.Services.Interfaces.IAlarmService) - adas_core.Application.Services.DeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) - adas_core.Application.Services.DeviceService.Delete(MongoDB.Bson.ObjectId) - adas_core.Application.Services.DeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) - adas_core.Application.Services.DeviceService.ToEntity(adas_core.Domain.Models.DTO.DeviceDto) - adas_core.Application.Services.DeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) langs: - csharp - vb name: DeviceService nameWithType: DeviceService fullName: adas_core.Application.Services.DeviceService type: Class source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeviceService path: ../../adas-core.Application/Services/DeviceService.cs startLine: 15 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Provides the concrete implementation of the contract, handling device-related service operations defined by the interface. example: [] syntax: content: 'public class DeviceService : IDeviceService' content.vb: Public Class DeviceService Implements IDeviceService inheritance: - System.Object implements: - adas_core.Application.Services.Interfaces.IDeviceService 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.Application.Services.DeviceService.#ctor(adas_core.Application.Repositories.Interfaces.IDeviceRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService},adas_core.Application.Services.Interfaces.IObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,adas_core.Application.Services.Interfaces.IAlarmService) commentId: M:adas_core.Application.Services.DeviceService.#ctor(adas_core.Application.Repositories.Interfaces.IDeviceRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService},adas_core.Application.Services.Interfaces.IObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,adas_core.Application.Services.Interfaces.IAlarmService) id: '#ctor(adas_core.Application.Repositories.Interfaces.IDeviceRepository,adas_core.Application.Services.Interfaces.IPointOfCareService,Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService},adas_core.Application.Services.Interfaces.IObservationService,adas_core.Application.Services.Interfaces.IConfigObservationService,adas_core.Application.Services.Interfaces.IAlarmService)' parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: DeviceService(IDeviceRepository, IPointOfCareService, ILogger, IObservationService, IConfigObservationService, IAlarmService) nameWithType: DeviceService.DeviceService(IDeviceRepository, IPointOfCareService, ILogger, IObservationService, IConfigObservationService, IAlarmService) fullName: adas_core.Application.Services.DeviceService.DeviceService(adas_core.Application.Repositories.Interfaces.IDeviceRepository, adas_core.Application.Services.Interfaces.IPointOfCareService, Microsoft.Extensions.Logging.ILogger, adas_core.Application.Services.Interfaces.IObservationService, adas_core.Application.Services.Interfaces.IConfigObservationService, adas_core.Application.Services.Interfaces.IAlarmService) type: Constructor source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: .ctor path: ../../adas-core.Application/Services/DeviceService.cs startLine: 24 assemblies: - adas-core.Application namespace: adas_core.Application.Services syntax: content: public DeviceService(IDeviceRepository deviceRepository, IPointOfCareService pointOfCareService, ILogger logger, IObservationService observationService, IConfigObservationService configObservationService, IAlarmService alarmService) parameters: - id: deviceRepository type: adas_core.Application.Repositories.Interfaces.IDeviceRepository - id: pointOfCareService type: adas_core.Application.Services.Interfaces.IPointOfCareService - id: logger type: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService} - id: observationService type: adas_core.Application.Services.Interfaces.IObservationService - id: configObservationService type: adas_core.Application.Services.Interfaces.IConfigObservationService - id: alarmService type: adas_core.Application.Services.Interfaces.IAlarmService content.vb: Public Sub New(deviceRepository As IDeviceRepository, pointOfCareService As IPointOfCareService, logger As ILogger(Of DeviceService), observationService As IObservationService, configObservationService As IConfigObservationService, alarmService As IAlarmService) overload: adas_core.Application.Services.DeviceService.#ctor* nameWithType.vb: DeviceService.New(IDeviceRepository, IPointOfCareService, ILogger(Of DeviceService), IObservationService, IConfigObservationService, IAlarmService) fullName.vb: adas_core.Application.Services.DeviceService.New(adas_core.Application.Repositories.Interfaces.IDeviceRepository, adas_core.Application.Services.Interfaces.IPointOfCareService, Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.DeviceService), adas_core.Application.Services.Interfaces.IObservationService, adas_core.Application.Services.Interfaces.IConfigObservationService, adas_core.Application.Services.Interfaces.IAlarmService) name.vb: New(IDeviceRepository, IPointOfCareService, ILogger(Of DeviceService), IObservationService, IConfigObservationService, IAlarmService) - uid: adas_core.Application.Services.DeviceService.ToEntity(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.DeviceService.ToEntity(adas_core.Domain.Models.DTO.DeviceDto) id: ToEntity(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: ToEntity(DeviceDto) nameWithType: DeviceService.ToEntity(DeviceDto) fullName: adas_core.Application.Services.DeviceService.ToEntity(adas_core.Domain.Models.DTO.DeviceDto) type: Method source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ToEntity path: ../../adas-core.Application/Services/DeviceService.cs startLine: 45 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Converts a into a entity by mapping its properties. Applies a fallback to an empty list when PointOfCareIds is null, and to a new instance when Settings is null. example: [] syntax: content: public Device ToEntity(DeviceDto dto) parameters: - id: dto type: adas_core.Domain.Models.DTO.DeviceDto description: The data transfer object containing the device information to convert. return: type: adas_core.Domain.Models.MongoModels.Device description: A new entity populated with the values from the supplied DTO. content.vb: Public Function ToEntity(dto As DeviceDto) As Device overload: adas_core.Application.Services.DeviceService.ToEntity* - uid: adas_core.Application.Services.DeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.DeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) id: Create(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: Create(DeviceDto) nameWithType: DeviceService.Create(DeviceDto) fullName: adas_core.Application.Services.DeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) type: Method source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Create path: ../../adas-core.Application/Services/DeviceService.cs startLine: 70 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Creates a new device entity from the provided DTO, sets the creation and update timestamps to the current UTC time, and persists it via the device repository. example: [] syntax: content: public Task Create(DeviceDto deviceDto) parameters: - id: deviceDto type: adas_core.Domain.Models.DTO.DeviceDto description: The data transfer object containing the device information to be mapped and stored. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Device} description: The created entity after successful insertion, or null if the device could not be created. content.vb: Public Function Create(deviceDto As DeviceDto) As Task(Of Device) overload: adas_core.Application.Services.DeviceService.Create* implements: - adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) - uid: adas_core.Application.Services.DeviceService.Delete(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.DeviceService.Delete(MongoDB.Bson.ObjectId) id: Delete(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: Delete(ObjectId) nameWithType: DeviceService.Delete(ObjectId) fullName: adas_core.Application.Services.DeviceService.Delete(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Delete path: ../../adas-core.Application/Services/DeviceService.cs startLine: 85 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Deletes an object identified by the specified objectId by delegating to the device repository. Returns true when the repository's delete operation yields a non-null result, and false when the result is null (e.g., the object was not found or could not be deleted). example: [] syntax: content: public Task Delete(ObjectId objectId) parameters: - id: objectId type: MongoDB.Bson.ObjectId description: The unique identifier of the object to delete. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that resolves to true if the object was deleted; otherwise, false. content.vb: Public Function Delete(objectId As ObjectId) As Task(Of Boolean) overload: adas_core.Application.Services.DeviceService.Delete* implements: - adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) - uid: adas_core.Application.Services.DeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.DeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) id: Update(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: Update(DeviceDto) nameWithType: DeviceService.Update(DeviceDto) fullName: adas_core.Application.Services.DeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) type: Method source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Update path: ../../adas-core.Application/Services/DeviceService.cs startLine: 95 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Updates an existing device by mapping the provided DTO to a device entity, setting the update timestamp, and persisting the changes through the repository. example: [] syntax: content: public Task Update(DeviceDto deviceDto) parameters: - id: deviceDto type: adas_core.Domain.Models.DTO.DeviceDto description: The data transfer object containing the updated device information. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Device} description: The updated entity, or null if no device is returned. content.vb: Public Function Update(deviceDto As DeviceDto) As Task(Of Device) overload: adas_core.Application.Services.DeviceService.Update* implements: - adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) - uid: adas_core.Application.Services.DeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.DeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) id: ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.DeviceService langs: - csharp - vb name: ReceiveEvent(DeviceDto) nameWithType: DeviceService.ReceiveEvent(DeviceDto) fullName: adas_core.Application.Services.DeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) type: Method source: remote: path: adas-core.Application/Services/DeviceService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ReceiveEvent path: ../../adas-core.Application/Services/DeviceService.cs startLine: 108 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Processes an incoming device event by locating an existing device or creating a new one, then handling device-type-specific logic. Looks up the device using the MAC address, serial number, UUID, or key in that order, falling back to creating a new record when no match is found. When the device is a button, additional button management logic is invoked. example: [] syntax: content: public Task ReceiveEvent(DeviceDto deviceDto) parameters: - id: deviceDto type: adas_core.Domain.Models.DTO.DeviceDto description: The data transfer object containing the device information from the event, used for lookup and creation. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Device} description: The existing or newly created associated with the event. content.vb: Public Function ReceiveEvent(deviceDto As DeviceDto) As Task(Of Device) overload: adas_core.Application.Services.DeviceService.ReceiveEvent* implements: - adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) references: - uid: adas_core.Application.Services.Interfaces.IDeviceService commentId: T:adas_core.Application.Services.Interfaces.IDeviceService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IDeviceService.html name: IDeviceService nameWithType: IDeviceService fullName: adas_core.Application.Services.Interfaces.IDeviceService - uid: adas_core.Application.Services commentId: N:adas_core.Application.Services href: adas_core.html name: adas_core.Application.Services nameWithType: adas_core.Application.Services fullName: adas_core.Application.Services 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 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 - 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: 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: 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: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - 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.Application.Services.DeviceService.#ctor* commentId: Overload:adas_core.Application.Services.DeviceService.#ctor href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService__ctor_adas_core_Application_Repositories_Interfaces_IDeviceRepository_adas_core_Application_Services_Interfaces_IPointOfCareService_Microsoft_Extensions_Logging_ILogger_adas_core_Application_Services_DeviceService__adas_core_Application_Services_Interfaces_IObservationService_adas_core_Application_Services_Interfaces_IConfigObservationService_adas_core_Application_Services_Interfaces_IAlarmService_ name: DeviceService nameWithType: DeviceService.DeviceService fullName: adas_core.Application.Services.DeviceService.DeviceService nameWithType.vb: DeviceService.New fullName.vb: adas_core.Application.Services.DeviceService.New name.vb: New - uid: adas_core.Application.Repositories.Interfaces.IDeviceRepository commentId: T:adas_core.Application.Repositories.Interfaces.IDeviceRepository parent: adas_core.Application.Repositories.Interfaces href: adas_core.Application.Repositories.Interfaces.IDeviceRepository.html name: IDeviceRepository nameWithType: IDeviceRepository fullName: adas_core.Application.Repositories.Interfaces.IDeviceRepository - uid: adas_core.Application.Services.Interfaces.IPointOfCareService commentId: T:adas_core.Application.Services.Interfaces.IPointOfCareService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IPointOfCareService.html name: IPointOfCareService nameWithType: IPointOfCareService fullName: adas_core.Application.Services.Interfaces.IPointOfCareService - uid: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService} commentId: T:Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.DeviceService} parent: Microsoft.Extensions.Logging definition: Microsoft.Extensions.Logging.ILogger`1 href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 name: ILogger nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger nameWithType.vb: ILogger(Of DeviceService) fullName.vb: Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.DeviceService) name.vb: ILogger(Of DeviceService) spec.csharp: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: < - uid: adas_core.Application.Services.DeviceService name: DeviceService href: adas_core.Application.Services.DeviceService.html - name: '>' spec.vb: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: ( - name: Of - name: " " - uid: adas_core.Application.Services.DeviceService name: DeviceService href: adas_core.Application.Services.DeviceService.html - name: ) - uid: adas_core.Application.Services.Interfaces.IObservationService commentId: T:adas_core.Application.Services.Interfaces.IObservationService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IObservationService.html name: IObservationService nameWithType: IObservationService fullName: adas_core.Application.Services.Interfaces.IObservationService - 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: adas_core.Application.Services.Interfaces.IAlarmService commentId: T:adas_core.Application.Services.Interfaces.IAlarmService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IAlarmService.html name: IAlarmService nameWithType: IAlarmService fullName: adas_core.Application.Services.Interfaces.IAlarmService - uid: adas_core.Application.Repositories.Interfaces commentId: N:adas_core.Application.Repositories.Interfaces href: adas_core.html name: adas_core.Application.Repositories.Interfaces nameWithType: adas_core.Application.Repositories.Interfaces fullName: adas_core.Application.Repositories.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.Repositories name: Repositories href: adas_core.Application.Repositories.html - name: . - uid: adas_core.Application.Repositories.Interfaces name: Interfaces href: adas_core.Application.Repositories.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.Repositories name: Repositories href: adas_core.Application.Repositories.html - name: . - uid: adas_core.Application.Repositories.Interfaces name: Interfaces href: adas_core.Application.Repositories.Interfaces.html - uid: Microsoft.Extensions.Logging.ILogger`1 commentId: T:Microsoft.Extensions.Logging.ILogger`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 name: ILogger nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger nameWithType.vb: ILogger(Of TCategoryName) fullName.vb: Microsoft.Extensions.Logging.ILogger(Of TCategoryName) name.vb: ILogger(Of TCategoryName) spec.csharp: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: < - name: TCategoryName - name: '>' spec.vb: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: ( - name: Of - name: " " - name: TCategoryName - name: ) - uid: Microsoft.Extensions.Logging commentId: N:Microsoft.Extensions.Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft name: Microsoft.Extensions.Logging nameWithType: Microsoft.Extensions.Logging fullName: Microsoft.Extensions.Logging 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.Logging name: Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging 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.Logging name: Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging - uid: adas_core.Domain.Models.DTO.DeviceDto commentId: T:adas_core.Domain.Models.DTO.DeviceDto parent: adas_core.Domain.Models.DTO href: adas_core.Domain.Models.DTO.DeviceDto.html name: DeviceDto nameWithType: DeviceDto fullName: adas_core.Domain.Models.DTO.DeviceDto - uid: adas_core.Domain.Models.MongoModels.Device commentId: T:adas_core.Domain.Models.MongoModels.Device parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Device.html name: Device nameWithType: Device fullName: adas_core.Domain.Models.MongoModels.Device - uid: adas_core.Domain.Models.MongoModels.DeviceSettings commentId: T:adas_core.Domain.Models.MongoModels.DeviceSettings parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.DeviceSettings.html name: DeviceSettings nameWithType: DeviceSettings fullName: adas_core.Domain.Models.MongoModels.DeviceSettings - uid: adas_core.Application.Services.DeviceService.ToEntity* commentId: Overload:adas_core.Application.Services.DeviceService.ToEntity href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService_ToEntity_adas_core_Domain_Models_DTO_DeviceDto_ name: ToEntity nameWithType: DeviceService.ToEntity fullName: adas_core.Application.Services.DeviceService.ToEntity - uid: adas_core.Domain.Models.DTO commentId: N:adas_core.Domain.Models.DTO href: adas_core.html name: adas_core.Domain.Models.DTO nameWithType: adas_core.Domain.Models.DTO fullName: adas_core.Domain.Models.DTO 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.DTO name: DTO href: adas_core.Domain.Models.DTO.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.DTO name: DTO href: adas_core.Domain.Models.DTO.html - uid: adas_core.Domain.Models.MongoModels commentId: N:adas_core.Domain.Models.MongoModels href: adas_core.html name: adas_core.Domain.Models.MongoModels nameWithType: adas_core.Domain.Models.MongoModels fullName: adas_core.Domain.Models.MongoModels 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.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.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.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html - uid: adas_core.Application.Services.DeviceService.Create* commentId: Overload:adas_core.Application.Services.DeviceService.Create href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService_Create_adas_core_Domain_Models_DTO_DeviceDto_ name: Create nameWithType: DeviceService.Create fullName: adas_core.Application.Services.DeviceService.Create - uid: adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.Interfaces.IDeviceService href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Create_adas_core_Domain_Models_DTO_DeviceDto_ name: Create(DeviceDto) nameWithType: IDeviceService.Create(DeviceDto) fullName: adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) name: Create href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Create_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Create(adas_core.Domain.Models.DTO.DeviceDto) name: Create href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Create_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: ) - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Device} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Device} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of Device) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.Device) name.vb: Task(Of Device) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.Device name: Device - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.Device name: Device - name: ) - uid: System.Threading.Tasks.Task`1 commentId: T:System.Threading.Tasks.Task`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of TResult) fullName.vb: System.Threading.Tasks.Task(Of TResult) name.vb: Task(Of TResult) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - name: TResult - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - name: TResult - name: ) - 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.Application.Services.DeviceService.Delete* commentId: Overload:adas_core.Application.Services.DeviceService.Delete href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService_Delete_MongoDB_Bson_ObjectId_ name: Delete nameWithType: DeviceService.Delete fullName: adas_core.Application.Services.DeviceService.Delete - uid: adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IDeviceService isExternal: true href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Delete_MongoDB_Bson_ObjectId_ name: Delete(ObjectId) nameWithType: IDeviceService.Delete(ObjectId) fullName: adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) name: Delete href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Delete_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Delete(MongoDB.Bson.ObjectId) name: Delete href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Delete_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: System.Threading.Tasks.Task{System.Boolean} commentId: T:System.Threading.Tasks.Task{System.Boolean} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of Boolean) fullName.vb: System.Threading.Tasks.Task(Of Boolean) name.vb: Task(Of Boolean) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MongoDB.Bson commentId: N:MongoDB.Bson isExternal: true name: MongoDB.Bson nameWithType: MongoDB.Bson fullName: MongoDB.Bson spec.csharp: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true spec.vb: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true - uid: adas_core.Application.Services.DeviceService.Update* commentId: Overload:adas_core.Application.Services.DeviceService.Update href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService_Update_adas_core_Domain_Models_DTO_DeviceDto_ name: Update nameWithType: DeviceService.Update fullName: adas_core.Application.Services.DeviceService.Update - uid: adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.Interfaces.IDeviceService href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Update_adas_core_Domain_Models_DTO_DeviceDto_ name: Update(DeviceDto) nameWithType: IDeviceService.Update(DeviceDto) fullName: adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) name: Update href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Update_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IDeviceService.Update(adas_core.Domain.Models.DTO.DeviceDto) name: Update href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_Update_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: ) - uid: adas_core.Application.Services.DeviceService.ReceiveEvent* commentId: Overload:adas_core.Application.Services.DeviceService.ReceiveEvent href: adas_core.Application.Services.DeviceService.html#adas_core_Application_Services_DeviceService_ReceiveEvent_adas_core_Domain_Models_DTO_DeviceDto_ name: ReceiveEvent nameWithType: DeviceService.ReceiveEvent fullName: adas_core.Application.Services.DeviceService.ReceiveEvent - uid: adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) commentId: M:adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) parent: adas_core.Application.Services.Interfaces.IDeviceService href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_ReceiveEvent_adas_core_Domain_Models_DTO_DeviceDto_ name: ReceiveEvent(DeviceDto) nameWithType: IDeviceService.ReceiveEvent(DeviceDto) fullName: adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) name: ReceiveEvent href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_ReceiveEvent_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IDeviceService.ReceiveEvent(adas_core.Domain.Models.DTO.DeviceDto) name: ReceiveEvent href: adas_core.Application.Services.Interfaces.IDeviceService.html#adas_core_Application_Services_Interfaces_IDeviceService_ReceiveEvent_adas_core_Domain_Models_DTO_DeviceDto_ - name: ( - uid: adas_core.Domain.Models.DTO.DeviceDto name: DeviceDto - name: )