Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SystemMultiStepConfiguration.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Threading.Tasks;
4
using
Waher.Networking.HTTP
;
5
using
Waher.Persistence
;
6
using
Waher.Persistence.Attributes
;
7
8
namespace
Waher.IoTGateway.Setup
9
{
13
public
abstract
class
SystemMultiStepConfiguration
:
SystemConfiguration
14
{
15
private
int
step = 0;
16
20
[DefaultValue(0)]
21
public
int
Step
22
{
23
get
=> this.step;
24
set
=> this.step = value;
25
}
26
}
27
}
Waher.IoTGateway.Setup.SystemConfiguration
Abstract base class for system configurations.
Definition:
SystemConfiguration.cs:20
Waher.IoTGateway.Setup.SystemMultiStepConfiguration
Abstract base class for multi-step system configurations.
Definition:
SystemMultiStepConfiguration.cs:14
Waher.IoTGateway.Setup.SystemMultiStepConfiguration.Step
int Step
Configuration step.
Definition:
SystemMultiStepConfiguration.cs:22
Waher.IoTGateway.Setup
Definition:
AlternativeField.cs:4
Waher.Networking.HTTP
Definition:
Page.cs:6
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence
Definition:
Bookmark.cs:4
IoTGateway
Waher.IoTGateway
Setup
SystemMultiStepConfiguration.cs
Generated by
1.9.5