Show / Hide Table of Contents

    Class CellTowerDatum

    Inheritance
    System.Object
    Datum
    CellTowerDatum
    Implements
    ICellTowerDatum
    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.Network
    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
    Datum.DisplayDetail

    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
    Datum.StringPlaceholderValue

    Methods

    ToString()

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

    Implements

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