Share via


DataEntryBase Class

Definition

A base class for data entries.

public class DataEntryBase
type DataEntryBase = class
Public Class DataEntryBase
Inheritance
DataEntryBase
Derived

Constructors

DataEntryBase(String, Nullable<DateTimeOffset>)

Creates an instance of a DataEntryBase.

Properties

HasTimestamp

true if the data has a timestamp.

Key

Gets the key of the data.

Timestamp

Gets the timestamp of the data.

Applies to