Show / Hide Table of Contents

    Class DateTimeOffsetTimelineAnonymizer

    Anonymizes a date/time value by anchoring it to an arbitrary point in the past. The random anchor time is chosen from the first 1000 years AD, and the anonymized date/time values are calculated as intervals of time since the random anchor. Thus, the anonymized date/time values are only meaningful with respect to each other. Their absolute values will have no meaningful interpretation.

    Inheritance
    System.Object
    Anonymizer
    DateTimeOffsetTimelineAnonymizer
    Inherited Members
    Anonymizer.Equals(Object)
    Anonymizer.GetHashCode()
    Namespace: Sensus.Anonymization.Anonymizers
    Assembly: SensusAndroid.dll
    Syntax
    public class DateTimeOffsetTimelineAnonymizer : Anonymizer

    Constructors

    DateTimeOffsetTimelineAnonymizer()

    Declaration
    public DateTimeOffsetTimelineAnonymizer()

    Properties

    DisplayText

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

    Methods

    Apply(Object, Protocol)

    Declaration
    public override object Apply(object value, Protocol protocol)
    Parameters
    Type Name Description
    System.Object value
    Protocol protocol
    Returns
    Type Description
    System.Object
    Overrides
    Anonymizer.Apply(Object, Protocol)
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX