Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Collection.cs
1
using
Waher.Service.IoTBroker.StateMachines.Model.Values
;
2
3
namespace
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger
4
{
8
public
class
Collection
:
Value
9
{
13
public
Collection
()
14
: base()
15
{
16
}
17
21
public
override
string
LocalName
=> nameof(
Collection
);
22
27
public
override
IStateMachineNode
Create
()
28
{
29
return
new
Collection
();
30
}
31
}
32
}
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger.Collection
Defines a collection.
Definition:
Collection.cs:9
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger.Collection.Collection
Collection()
Defines a collection.
Definition:
Collection.cs:13
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger.Collection.LocalName
override string LocalName
Local name
Definition:
Collection.cs:21
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger.Collection.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
Collection.cs:27
Waher.Service.IoTBroker.StateMachines.Model.Values.Value
Abstract base class for nodes with a value.
Definition:
Value.cs:13
Waher.Service.IoTBroker.StateMachines.Model.IStateMachineNode
Interface for State-Machine nodes
Definition:
IStateMachineNode.cs:11
Waher.Service.IoTBroker.StateMachines.Model.Actions.Ledger
Definition:
Collection.cs:4
Waher.Service.IoTBroker.StateMachines.Model.Values
Definition:
Binary.cs:7
Waher.Service.IoTBroker
StateMachines
Model
Actions
Ledger
Collection.cs
Generated by
1.9.5