Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Confirmation.cs
1
namespace
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands
2
{
6
public
class
Confirmation
:
HumanReadableTextNode
7
{
11
public
Confirmation
()
12
: base()
13
{
14
}
15
19
public
override
string
LocalName
=> nameof(
Confirmation
);
20
25
public
override
IStateMachineNode
Create
()
26
{
27
return
new
Confirmation
();
28
}
29
}
30
}
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands.Confirmation
Contains a human-readable confirmation message.
Definition:
Confirmation.cs:7
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands.Confirmation.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
Confirmation.cs:25
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands.Confirmation.LocalName
override string LocalName
Local name
Definition:
Confirmation.cs:19
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands.Confirmation.Confirmation
Confirmation()
Contains a human-readable confirmation message.
Definition:
Confirmation.cs:11
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands.HumanReadableTextNode
Abstract base class for state machine nodes representing human-readable text.
Definition:
HumanReadableTextNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.IStateMachineNode
Interface for State-Machine nodes
Definition:
IStateMachineNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.NoteCommands
Definition:
Confirmation.cs:2
Waher.Service.IoTBroker
StateMachines
Model
NoteCommands
Confirmation.cs
Generated by
1.9.5