Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ScriptableStringAttribute.cs
1
namespace
Waher.Service.IoTBroker.StateMachines.Model.Attributes
2
{
6
public
class
ScriptableStringAttribute
:
ScriptableAttribute
<string>
7
{
13
public
ScriptableStringAttribute
(
string
Definition
,
StateMachineNode
Node)
14
: base(
Definition
, Node)
15
{
16
}
17
23
public
override
string
ParseValue
(
string
s)
24
{
25
return
s;
26
}
27
}
28
}
Waher.Service.IoTBroker.StateMachines.Model.Attributes.ScriptableAttribute
Abstract base class for scriptable attributes.
Definition:
ScriptableAttribute.cs:14
Waher.Service.IoTBroker.StateMachines.Model.Attributes.ScriptableAttribute< string >::Definition
string Definition
Attribute definition
Definition:
ScriptableAttribute.cs:37
Waher.Service.IoTBroker.StateMachines.Model.Attributes.ScriptableStringAttribute
Scriptable string attribute.
Definition:
ScriptableStringAttribute.cs:7
Waher.Service.IoTBroker.StateMachines.Model.Attributes.ScriptableStringAttribute.ParseValue
override string ParseValue(string s)
Parses a string representation of a value.
Definition:
ScriptableStringAttribute.cs:23
Waher.Service.IoTBroker.StateMachines.Model.Attributes.ScriptableStringAttribute.ScriptableStringAttribute
ScriptableStringAttribute(string Definition, StateMachineNode Node)
Scriptable string attribute.
Definition:
ScriptableStringAttribute.cs:13
Waher.Service.IoTBroker.StateMachines.Model.StateMachineNode
Abstract base class for State-Machine nodes.
Definition:
StateMachineNode.cs:24
Waher.Service.IoTBroker.StateMachines.Model.Attributes
Definition:
ExpressionAttribute.cs:9
Waher.Service.IoTBroker
StateMachines
Model
Attributes
ScriptableStringAttribute.cs
Generated by
1.9.5