Class SmsDatum
Inheritance
System.Object
SmsDatum
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
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
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
Implements