Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILedgerEntry.cs
1
using
System;
2
3
namespace
Waher.Persistence
4
{
8
public
enum
EntryType
9
{
13
New = 1,
14
18
Update = 2,
19
23
Delete = 3,
24
28
Clear = 4
29
}
30
35
public
interface
ILedgerEntry
<T>
36
{
40
EntryType
EntryType
41
{
42
get
;
43
}
44
48
DateTimeOffset
EntryTimestamp
49
{
50
get
;
51
}
52
56
T
Object
57
{
58
get
;
59
}
60
}
61
}
Waher.Persistence.ILedgerEntry
Interface for ledger entries.
Definition:
ILedgerEntry.cs:36
Waher.Persistence.ILedgerEntry.EntryTimestamp
DateTimeOffset EntryTimestamp
Timestamp of entry
Definition:
ILedgerEntry.cs:49
Waher.Persistence.ILedgerEntry.Object
T Object
Entry
Definition:
ILedgerEntry.cs:57
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Persistence.EntryType
EntryType
Ledger entry type.
Definition:
ILedgerEntry.cs:9
IoTGateway
Persistence
Waher.Persistence
ILedgerEntry.cs
Generated by
1.9.5