Show / Hide Table of Contents

    Class InputCompletionRecord

    Inheritance
    System.Object
    InputCompletionRecord
    Namespace: Sensus.UI.Inputs
    Assembly: SensusAndroid.dll
    Syntax
    public class InputCompletionRecord : Object

    Constructors

    InputCompletionRecord(DateTimeOffset, Object)

    Declaration
    public InputCompletionRecord(DateTimeOffset timestamp, object value)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.Object value

    Properties

    Timestamp

    Declaration
    public DateTimeOffset Timestamp { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX