Class ProtocolSettingUpdateDatum
Records updates applied to a Protocol (e.g., via push notification or adaptive sensing).
Implements
Inherited Members
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
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
Value
The value that was set.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |