Show / Hide Table of Contents

    Class WeightDatum

    Inheritance
    System.Object
    Datum
    WeightDatum
    Implements
    IDatum
    Inherited Members
    Datum.FromJSON(String)
    Datum.GetJSON(AnonymizedJsonContractResolver, Boolean)
    Datum.GetHashCode()
    Datum.Equals(Object)
    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.Probes.User.Health
    Assembly: SensusAndroid.dll
    Syntax
    public class WeightDatum : Datum, IDatum

    Constructors

    WeightDatum(DateTimeOffset, Double)

    Declaration
    public WeightDatum(DateTimeOffset timestamp, double weightPounds)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.Double weightPounds

    Properties

    DisplayDetail

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

    StringPlaceholderValue

    Gets the string placeholder value, which is the weight (pounds).

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

    The string placeholder value.

    Overrides
    Datum.StringPlaceholderValue

    WeightPounds

    Declaration
    [DoubleProbeTriggerProperty("Weight (Pounds)")]
    [Anonymizable]
    public double WeightPounds { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Datum.ToString()

    Implements

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