Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IfStringValue.cs
1
using
Waher.Persistence.Attributes
;
2
3
namespace
Waher.Service.IoTBroker.Provisioning.Rules
4
{
5
public
abstract
class
IfStringValue
:
Rule
6
{
7
private
string
value =
string
.Empty;
8
9
public
IfStringValue
()
10
: base()
11
{
12
}
13
14
[DefaultValueStringEmpty]
15
public
string
Value
16
{
17
get
=> this.value;
18
set
=> this.value = value;
19
}
20
}
21
}
Waher.Service.IoTBroker.Provisioning.Rules.IfStringValue
Definition:
IfStringValue.cs:6
Waher.Service.IoTBroker.Provisioning.Rules.Rule
Abstract base class for rules.
Definition:
Rule.cs:12
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Service.IoTBroker.Provisioning.Rules
Definition:
All.cs:4
Waher.Service.IoTBroker
Provisioning
Rules
IfStringValue.cs
Generated by
1.9.5