Show / Hide Table of Contents

    Class ProtocolSettingUpdateDatum

    Records updates applied to a Protocol (e.g., via push notification or adaptive sensing).

    Inheritance
    System.Object
    Datum
    ProtocolSettingUpdateDatum
    Implements
    IDatum
    Inherited Members
    Datum.FromJSON(String)
    Datum.GetJSON(AnonymizedJsonContractResolver, Boolean)
    Datum.GetHashCode()
    Datum.Equals(Object)
    Datum.ToString()
    Datum.Id
    Datum.DeviceId
    Datum.Timestamp
    Datum.ProtocolId
    Datum.Anonymized
    Datum.BuildId
    Datum.ParticipantId
    Datum.DeviceManufacturer
    Datum.DeviceModel
    Datum.OperatingSystem
    Datum.TaggedEventId
    Datum.TaggedEventTags
    Datum.SensingAgentStateDescription
    Datum.LocalOffsetFromUTC
    Namespace: Sensus
    Assembly: SensusAndroid.dll
    Syntax
    public class ProtocolSettingUpdateDatum : Datum, IDatum

    Constructors

    ProtocolSettingUpdateDatum(DateTimeOffset, String, String, String, String)

    Declaration
    public ProtocolSettingUpdateDatum(DateTimeOffset timestamp, string probeType, string propertyName, string value, string newValueString)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.String probeType
    System.String propertyName
    System.String value
    System.String newValueString

    Properties

    DisplayDetail

    Declaration
    public override string DisplayDetail { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Datum.DisplayDetail

    NewValueString

    Gets or sets the new value string.

    Declaration
    public string NewValueString { get; set; }
    Property Value
    Type Description
    System.String

    The new value string.

    ProbeType

    The type of Probe that was updated.

    Declaration
    public string ProbeType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the property.

    PropertyName

    The name of the property, whose value was set to Value.

    Declaration
    public string PropertyName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the property.

    StringPlaceholderValue

    Declaration
    public override object StringPlaceholderValue { get; }
    Property Value
    Type Description
    System.Object
    Overrides
    Datum.StringPlaceholderValue

    Value

    The value that was set.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

    Implements

    IDatum
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX