Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroLedgerPepEvent.cs
1
using
Waher.Networking.XMPP.PEP
;
2
using
Waher.Persistence.Attributes
;
3
4
namespace
Waher.Networking.XMPP.NeuroLedger.PepEvents
5
{
9
[TypeName(
TypeNameSerialization
.LocalName)]
10
[CollectionName(
"OutgoingPEP"
)]
11
[NoBackup(
"PEP Events might have been sent after backup and before restoration. By excluding such messages from backups, offline messages are not at risk of being sent multiple times."
)]
12
public
abstract
class
NeuroLedgerPepEvent
:
PersonalEvent
13
{
17
public
NeuroLedgerPepEvent
()
18
{
19
}
20
24
public
override
string
Namespace
=>
NeuroLedgerClient
.
NeuroLedgerNamespace
;
25
26
}
27
}
Waher.Networking.XMPP.NeuroLedger.NeuroLedgerClient
Neuro-Ledger XMPP Client
Definition:
NeuroLedgerClient.cs:40
Waher.Networking.XMPP.NeuroLedger.NeuroLedgerClient.NeuroLedgerNamespace
const string NeuroLedgerNamespace
http://waher.se/NL
Definition:
NeuroLedgerClient.cs:44
Waher.Networking.XMPP.NeuroLedger.PepEvents.NeuroLedgerPepEvent
Abstract base class for Neuro-Ledger PEP events.
Definition:
NeuroLedgerPepEvent.cs:13
Waher.Networking.XMPP.NeuroLedger.PepEvents.NeuroLedgerPepEvent.Namespace
override string Namespace
Namespace of the event element.
Definition:
NeuroLedgerPepEvent.cs:24
Waher.Networking.XMPP.NeuroLedger.PepEvents.NeuroLedgerPepEvent.NeuroLedgerPepEvent
NeuroLedgerPepEvent()
Abstract base class for Neuro-Ledger PEP events.
Definition:
NeuroLedgerPepEvent.cs:17
Waher.Networking.XMPP.PEP.PersonalEvent
Definition:
PersonalEvent.cs:12
Waher.Networking.XMPP.NeuroLedger.PepEvents
Definition:
BlockAdded.cs:9
Waher.Networking.XMPP.PEP
Definition:
PersonalEventNotificationEventArgs.cs:4
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence.Attributes.TypeNameSerialization
TypeNameSerialization
How the type name should be serialized.
Definition:
TypeNameAttribute.cs:9
Neuro-Ledger
Waher.Networking.XMPP.NeuroLedger
PepEvents
NeuroLedgerPepEvent.cs
Generated by
1.9.5