Interface IDatum
Assembly: Sensus.Shared.NuGet.dll
Syntax
Properties
DeviceId
Declaration
string DeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
DeviceManufacturer
Declaration
string DeviceManufacturer { get; set; }
Property Value
Type |
Description |
System.String |
|
DeviceModel
Declaration
string DeviceModel { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
OperatingSystem
Declaration
string OperatingSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
ParticipantId
Declaration
string ParticipantId { get; set; }
Property Value
Type |
Description |
System.String |
|
ProtocolId
Declaration
string ProtocolId { get; set; }
Property Value
Type |
Description |
System.String |
|
Timestamp
Declaration
DateTimeOffset Timestamp { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|