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