Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Amount.cs
1
using
Waher.Service.IoTBroker.StateMachines.Model.Values
;
2
3
namespace
Waher.Service.IoTBroker.StateMachines.Model.Actions.Payments
4
{
8
public
class
Amount
:
Value
9
{
13
public
Amount
()
14
: base()
15
{
16
}
17
21
public
override
string
LocalName
=> nameof(
Amount
);
22
27
public
override
IStateMachineNode
Create
()
28
{
29
return
new
Amount
();
30
}
31
}
32
}
Waher.Service.IoTBroker.StateMachines.Model.Actions.Payments.Amount
Defines amount to be sent.
Definition:
Amount.cs:9
Waher.Service.IoTBroker.StateMachines.Model.Actions.Payments.Amount.Amount
Amount()
Defines amount to be sent.
Definition:
Amount.cs:13
Waher.Service.IoTBroker.StateMachines.Model.Actions.Payments.Amount.Create
override IStateMachineNode Create()
Creates a new node of the corresponding type.
Definition:
Amount.cs:27
Waher.Service.IoTBroker.StateMachines.Model.Actions.Payments.Amount.LocalName
override string LocalName
Local name
Definition:
Amount.cs:21
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.Payments
Definition:
Amount.cs:4
Waher.Service.IoTBroker.StateMachines.Model.Values
Definition:
Binary.cs:7
Waher.Service.IoTBroker
StateMachines
Model
Actions
Payments
Amount.cs
Generated by
1.9.5