Show / Hide Table of Contents

    Interface IDatum

    Namespace: Sensus
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface IDatum

    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
    string Id { get; set; }
    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
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX