Show / Hide Table of Contents

    Class SoundDatum

    Inheritance
    System.Object
    Datum
    SoundDatum
    Implements
    ISoundDatum
    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.Context
    Assembly: SensusAndroid.dll
    Syntax
    public class SoundDatum : Datum, ISoundDatum, IDatum

    Constructors

    SoundDatum(DateTimeOffset, Double)

    Declaration
    public SoundDatum(DateTimeOffset timestamp, double decibels)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.Double decibels

    Properties

    Decibels

    Declaration
    [DoubleProbeTriggerProperty]
    [Anonymizable]
    public double Decibels { get; set; }
    Property Value
    Type Description
    System.Double

    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 decibel level.

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

    The string placeholder value.

    Overrides
    Datum.StringPlaceholderValue

    Methods

    ToString()

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

    Implements

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