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