Files
adas-core/Documentation/docs/api/adas_core.Domain.Models.MongoModels.Device.yml
T
2026-06-26 10:29:23 +02:00

1343 lines
45 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.Device
commentId: T:adas_core.Domain.Models.MongoModels.Device
id: Device
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.Device.Battery
- adas_core.Domain.Models.MongoModels.Device.Color
- adas_core.Domain.Models.MongoModels.Device.Connected
- adas_core.Domain.Models.MongoModels.Device.CreatedAt
- adas_core.Domain.Models.MongoModels.Device.DeviceType
- adas_core.Domain.Models.MongoModels.Device.Id
- adas_core.Domain.Models.MongoModels.Device.Key
- adas_core.Domain.Models.MongoModels.Device.MacAddr
- adas_core.Domain.Models.MongoModels.Device.Name
- adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
- adas_core.Domain.Models.MongoModels.Device.Ready
- adas_core.Domain.Models.MongoModels.Device.SerialNumber
- adas_core.Domain.Models.MongoModels.Device.Settings
- adas_core.Domain.Models.MongoModels.Device.UpdatedAt
- adas_core.Domain.Models.MongoModels.Device.Uuid
langs:
- csharp
- vb
name: Device
nameWithType: Device
fullName: adas_core.Domain.Models.MongoModels.Device
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Device
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 8
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents a device entity within the application.
example: []
syntax:
content: public class Device
content.vb: Public Class Device
inheritance:
- System.Object
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.Domain.Models.MongoModels.Device.Id
commentId: P:adas_core.Domain.Models.MongoModels.Device.Id
id: Id
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Id
nameWithType: Device.Id
fullName: adas_core.Domain.Models.MongoModels.Device.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 10
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId Id { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property Id As ObjectId
overload: adas_core.Domain.Models.MongoModels.Device.Id*
- uid: adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
commentId: P:adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
id: PointOfCareIds
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: PointOfCareIds
nameWithType: Device.PointOfCareIds
fullName: adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCareIds
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 11
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<ObjectId> PointOfCareIds { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
content.vb: Public Property PointOfCareIds As List(Of ObjectId)
overload: adas_core.Domain.Models.MongoModels.Device.PointOfCareIds*
- uid: adas_core.Domain.Models.MongoModels.Device.DeviceType
commentId: P:adas_core.Domain.Models.MongoModels.Device.DeviceType
id: DeviceType
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: DeviceType
nameWithType: Device.DeviceType
fullName: adas_core.Domain.Models.MongoModels.Device.DeviceType
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeviceType
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 12
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DeviceType DeviceType { get; set; }
parameters: []
return:
type: adas_core.Domain.Enums.DeviceType
content.vb: Public Property DeviceType As DeviceType
overload: adas_core.Domain.Models.MongoModels.Device.DeviceType*
- uid: adas_core.Domain.Models.MongoModels.Device.Name
commentId: P:adas_core.Domain.Models.MongoModels.Device.Name
id: Name
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Name
nameWithType: Device.Name
fullName: adas_core.Domain.Models.MongoModels.Device.Name
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Name
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 13
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Name { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Name As String
overload: adas_core.Domain.Models.MongoModels.Device.Name*
- uid: adas_core.Domain.Models.MongoModels.Device.CreatedAt
commentId: P:adas_core.Domain.Models.MongoModels.Device.CreatedAt
id: CreatedAt
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: CreatedAt
nameWithType: Device.CreatedAt
fullName: adas_core.Domain.Models.MongoModels.Device.CreatedAt
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CreatedAt
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 14
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DateTime CreatedAt { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property CreatedAt As Date
overload: adas_core.Domain.Models.MongoModels.Device.CreatedAt*
- uid: adas_core.Domain.Models.MongoModels.Device.UpdatedAt
commentId: P:adas_core.Domain.Models.MongoModels.Device.UpdatedAt
id: UpdatedAt
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: UpdatedAt
nameWithType: Device.UpdatedAt
fullName: adas_core.Domain.Models.MongoModels.Device.UpdatedAt
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdatedAt
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 15
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DateTime UpdatedAt { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property UpdatedAt As Date
overload: adas_core.Domain.Models.MongoModels.Device.UpdatedAt*
- uid: adas_core.Domain.Models.MongoModels.Device.Battery
commentId: P:adas_core.Domain.Models.MongoModels.Device.Battery
id: Battery
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Battery
nameWithType: Device.Battery
fullName: adas_core.Domain.Models.MongoModels.Device.Battery
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Battery
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 16
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public int? Battery { get; set; }
parameters: []
return:
type: System.Nullable{System.Int32}
content.vb: Public Property Battery As Integer?
overload: adas_core.Domain.Models.MongoModels.Device.Battery*
- uid: adas_core.Domain.Models.MongoModels.Device.MacAddr
commentId: P:adas_core.Domain.Models.MongoModels.Device.MacAddr
id: MacAddr
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: MacAddr
nameWithType: Device.MacAddr
fullName: adas_core.Domain.Models.MongoModels.Device.MacAddr
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MacAddr
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 17
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? MacAddr { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property MacAddr As String
overload: adas_core.Domain.Models.MongoModels.Device.MacAddr*
- uid: adas_core.Domain.Models.MongoModels.Device.SerialNumber
commentId: P:adas_core.Domain.Models.MongoModels.Device.SerialNumber
id: SerialNumber
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: SerialNumber
nameWithType: Device.SerialNumber
fullName: adas_core.Domain.Models.MongoModels.Device.SerialNumber
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: SerialNumber
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 18
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? SerialNumber { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property SerialNumber As String
overload: adas_core.Domain.Models.MongoModels.Device.SerialNumber*
- uid: adas_core.Domain.Models.MongoModels.Device.Color
commentId: P:adas_core.Domain.Models.MongoModels.Device.Color
id: Color
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Color
nameWithType: Device.Color
fullName: adas_core.Domain.Models.MongoModels.Device.Color
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Color
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 19
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Color { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Color As String
overload: adas_core.Domain.Models.MongoModels.Device.Color*
- uid: adas_core.Domain.Models.MongoModels.Device.Connected
commentId: P:adas_core.Domain.Models.MongoModels.Device.Connected
id: Connected
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Connected
nameWithType: Device.Connected
fullName: adas_core.Domain.Models.MongoModels.Device.Connected
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Connected
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 20
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public bool Connected { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property Connected As Boolean
overload: adas_core.Domain.Models.MongoModels.Device.Connected*
- uid: adas_core.Domain.Models.MongoModels.Device.Ready
commentId: P:adas_core.Domain.Models.MongoModels.Device.Ready
id: Ready
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Ready
nameWithType: Device.Ready
fullName: adas_core.Domain.Models.MongoModels.Device.Ready
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Ready
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 21
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public bool Ready { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property Ready As Boolean
overload: adas_core.Domain.Models.MongoModels.Device.Ready*
- uid: adas_core.Domain.Models.MongoModels.Device.Uuid
commentId: P:adas_core.Domain.Models.MongoModels.Device.Uuid
id: Uuid
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Uuid
nameWithType: Device.Uuid
fullName: adas_core.Domain.Models.MongoModels.Device.Uuid
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Uuid
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Uuid { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Uuid As String
overload: adas_core.Domain.Models.MongoModels.Device.Uuid*
- uid: adas_core.Domain.Models.MongoModels.Device.Key
commentId: P:adas_core.Domain.Models.MongoModels.Device.Key
id: Key
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Key
nameWithType: Device.Key
fullName: adas_core.Domain.Models.MongoModels.Device.Key
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Key
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 23
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Key { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Key As String
overload: adas_core.Domain.Models.MongoModels.Device.Key*
- uid: adas_core.Domain.Models.MongoModels.Device.Settings
commentId: P:adas_core.Domain.Models.MongoModels.Device.Settings
id: Settings
parent: adas_core.Domain.Models.MongoModels.Device
langs:
- csharp
- vb
name: Settings
nameWithType: Device.Settings
fullName: adas_core.Domain.Models.MongoModels.Device.Settings
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Device.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Settings
path: ../../adas-core.Domain/Models/MongoModels/Device.cs
startLine: 24
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DeviceSettings? Settings { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.DeviceSettings
content.vb: Public Property Settings As DeviceSettings
overload: adas_core.Domain.Models.MongoModels.Device.Settings*
references:
- 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: 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: 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.Domain.Models.MongoModels.Device.Id*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Id
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Id
name: Id
nameWithType: Device.Id
fullName: adas_core.Domain.Models.MongoModels.Device.Id
- uid: MongoDB.Bson.ObjectId
commentId: T:MongoDB.Bson.ObjectId
parent: MongoDB.Bson
isExternal: true
name: ObjectId
nameWithType: ObjectId
fullName: MongoDB.Bson.ObjectId
- 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.Domain.Models.MongoModels.Device.PointOfCareIds*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_PointOfCareIds
name: PointOfCareIds
nameWithType: Device.PointOfCareIds
fullName: adas_core.Domain.Models.MongoModels.Device.PointOfCareIds
- uid: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
commentId: T:System.Collections.Generic.List{MongoDB.Bson.ObjectId}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<ObjectId>
nameWithType: List<ObjectId>
fullName: System.Collections.Generic.List<MongoDB.Bson.ObjectId>
nameWithType.vb: List(Of ObjectId)
fullName.vb: System.Collections.Generic.List(Of MongoDB.Bson.ObjectId)
name.vb: List(Of ObjectId)
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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- 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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- 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.Domain.Models.MongoModels.Device.DeviceType*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.DeviceType
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_DeviceType
name: DeviceType
nameWithType: Device.DeviceType
fullName: adas_core.Domain.Models.MongoModels.Device.DeviceType
- uid: adas_core.Domain.Enums.DeviceType
commentId: T:adas_core.Domain.Enums.DeviceType
parent: adas_core.Domain.Enums
href: adas_core.Domain.Enums.DeviceType.html
name: DeviceType
nameWithType: DeviceType
fullName: adas_core.Domain.Enums.DeviceType
- 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
- uid: adas_core.Domain.Models.MongoModels.Device.Name*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Name
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Name
name: Name
nameWithType: Device.Name
fullName: adas_core.Domain.Models.MongoModels.Device.Name
- 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: adas_core.Domain.Models.MongoModels.Device.CreatedAt*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.CreatedAt
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_CreatedAt
name: CreatedAt
nameWithType: Device.CreatedAt
fullName: adas_core.Domain.Models.MongoModels.Device.CreatedAt
- uid: System.DateTime
commentId: T:System.DateTime
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime
nameWithType: DateTime
fullName: System.DateTime
nameWithType.vb: Date
fullName.vb: Date
name.vb: Date
- uid: adas_core.Domain.Models.MongoModels.Device.UpdatedAt*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.UpdatedAt
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_UpdatedAt
name: UpdatedAt
nameWithType: Device.UpdatedAt
fullName: adas_core.Domain.Models.MongoModels.Device.UpdatedAt
- uid: adas_core.Domain.Models.MongoModels.Device.Battery*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Battery
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Battery
name: Battery
nameWithType: Device.Battery
fullName: adas_core.Domain.Models.MongoModels.Device.Battery
- uid: System.Nullable{System.Int32}
commentId: T:System.Nullable{System.Int32}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int?
nameWithType: int?
fullName: int?
nameWithType.vb: Integer?
fullName.vb: Integer?
name.vb: Integer?
spec.csharp:
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: '?'
spec.vb:
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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.Domain.Models.MongoModels.Device.MacAddr*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.MacAddr
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_MacAddr
name: MacAddr
nameWithType: Device.MacAddr
fullName: adas_core.Domain.Models.MongoModels.Device.MacAddr
- uid: adas_core.Domain.Models.MongoModels.Device.SerialNumber*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.SerialNumber
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_SerialNumber
name: SerialNumber
nameWithType: Device.SerialNumber
fullName: adas_core.Domain.Models.MongoModels.Device.SerialNumber
- uid: adas_core.Domain.Models.MongoModels.Device.Color*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Color
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Color
name: Color
nameWithType: Device.Color
fullName: adas_core.Domain.Models.MongoModels.Device.Color
- uid: adas_core.Domain.Models.MongoModels.Device.Connected*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Connected
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Connected
name: Connected
nameWithType: Device.Connected
fullName: adas_core.Domain.Models.MongoModels.Device.Connected
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: adas_core.Domain.Models.MongoModels.Device.Ready*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Ready
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Ready
name: Ready
nameWithType: Device.Ready
fullName: adas_core.Domain.Models.MongoModels.Device.Ready
- uid: adas_core.Domain.Models.MongoModels.Device.Uuid*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Uuid
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Uuid
name: Uuid
nameWithType: Device.Uuid
fullName: adas_core.Domain.Models.MongoModels.Device.Uuid
- uid: adas_core.Domain.Models.MongoModels.Device.Key*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Key
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Key
name: Key
nameWithType: Device.Key
fullName: adas_core.Domain.Models.MongoModels.Device.Key
- uid: adas_core.Domain.Models.MongoModels.Device.Settings*
commentId: Overload:adas_core.Domain.Models.MongoModels.Device.Settings
href: adas_core.Domain.Models.MongoModels.Device.html#adas_core_Domain_Models_MongoModels_Device_Settings
name: Settings
nameWithType: Device.Settings
fullName: adas_core.Domain.Models.MongoModels.Device.Settings
- 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