Class CellTowerDatum
Inheritance
System.Object
CellTowerDatum
Assembly: SensusAndroid.dll
Syntax
public class CellTowerDatum : Datum, ICellTowerDatum, IDatum
Constructors
CellTowerDatum(DateTimeOffset, String)
Declaration
public CellTowerDatum(DateTimeOffset timestamp, string cellTower)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.String |
cellTower |
|
Properties
CellTower
Declaration
[StringProbeTriggerProperty("Cellular Tower")]
[Anonymizable]
public string CellTower { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StringPlaceholderValue
Gets the string placeholder value, which is the cell tower ID.
Declaration
public override object StringPlaceholderValue { get; }
Property Value
Type |
Description |
System.Object |
The string placeholder value.
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements