Class InputCompletionRecord
Inheritance
System.Object
InputCompletionRecord
Assembly: SensusAndroid.dll
public class InputCompletionRecord : Object
Constructors
Declaration
public InputCompletionRecord(DateTimeOffset timestamp, object value)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.Object |
value |
|
Properties
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|