Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NodeMovedDown.cs
2{
6 public class NodeMovedDown : NodeEvent
7 {
12 : base()
13 {
14 }
15
19 public override SourceEventType EventType
20 {
21 get { return SourceEventType.NodeMovedDown; }
22 }
23 }
24}
Abstract base class for all node events.
Definition: NodeEvent.cs:9
override SourceEventType EventType
Type of data source event.
NodeMovedDown()
Node moved down event.
SourceEventType
Data Source event types