Свойство | Type | Description | |
---|---|---|---|
IsDeleted | bool | ||
Manifest | string | ||
Payload | object | ||
PersistenceId | string | ||
SequenceNr | long | ||
Timestamp | System.DateTime |
Méthode | Description | |
---|---|---|
JournalEntry ( string persistenceId, long sequenceNr, bool isDeleted, string manifest, System.DateTime timestamp, object payload ) : System |
public JournalEntry ( string persistenceId, long sequenceNr, bool isDeleted, string manifest, System.DateTime timestamp, object payload ) : System | ||
persistenceId | string | |
sequenceNr | long | |
isDeleted | bool | |
manifest | string | |
timestamp | System.DateTime | |
payload | object | |
Résultat | System |