Show / Hide Table of Contents

    Class SmsDatum

    Inheritance
    System.Object
    Datum
    SmsDatum
    Implements
    ISmsDatum
    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.Communication
    Assembly: SensusAndroid.dll
    Syntax
    public class SmsDatum : Datum, ISmsDatum, IDatum

    Constructors

    SmsDatum(DateTimeOffset, String, String, String, Boolean)

    Declaration
    public SmsDatum(DateTimeOffset timestamp, string fromNumber, string toNumber, string message, bool participantIsSender)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.String fromNumber
    System.String toNumber
    System.String message
    System.Boolean participantIsSender

    Properties

    DisplayDetail

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

    FromNumber

    Declaration
    [StringProbeTriggerProperty("From #")]
    [Anonymizable]
    public string FromNumber { get; set; }
    Property Value
    Type Description
    System.String

    Message

    Declaration
    [StringProbeTriggerProperty]
    [Anonymizable]
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    ParticipantIsSender

    Declaration
    [BooleanProbeTriggerProperty]
    [Anonymizable]
    public bool ParticipantIsSender { get; set; }
    Property Value
    Type Description
    System.Boolean

    StringPlaceholderValue

    Gets the string placeholder value, which is the SMS message.

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

    The string placeholder value.

    Overrides
    Datum.StringPlaceholderValue

    ToNumber

    Declaration
    [StringProbeTriggerProperty("To #")]
    [Anonymizable]
    public string ToNumber { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

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

    Implements

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