Class DataEntry
Data entry.
public sealed record DataEntry : IEquatable<DataEntry>
- Inheritance
-
DataEntry
- Implements
- Inherited Members
Constructors
DataEntry(RemoteObject, RemoteObject, RemoteObject)
Data entry.
public DataEntry(RemoteObject Key, RemoteObject PrimaryKey, RemoteObject Value)
Parameters
KeyRemoteObjectKey object.
PrimaryKeyRemoteObjectPrimary key object.
ValueRemoteObjectValue object.
Properties
Key
Key object.
public RemoteObject Key { get; init; }
Property Value
PrimaryKey
Primary key object.
public RemoteObject PrimaryKey { get; init; }
Property Value
Value
Value object.
public RemoteObject Value { get; init; }