1using System.Threading.Tasks;
25 [
Page(2,
"Script", 100)]
26 [Header(75,
"Value:")]
27 [ToolTip(85,
"Value of parameter option.")]
29 public string Value {
get;
set; }
34 [
Page(2,
"Script", 100)]
35 [Header(38,
"Label:")]
36 [ToolTip(86,
"Label shown when option is presented.")]
38 public string Label {
get;
set; }
57 return Task.FromResult(
false);
Class managing a page in a data form layout.
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Represents a string-valued option.
override Task< bool > AcceptsParentAsync(INode Parent)
If the node accepts a presumptive parent, i.e. can be added to that parent (if that parent accepts th...
ScriptOptionNode()
Represents a string-valued option.
string Label
Option label.
override Task< bool > AcceptsChildAsync(INode Child)
If the node accepts a presumptive child, i.e. can receive as a child (if that child accepts the node ...
string Value
Option value.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
Represents a parameter with possible options on a command.
Virtual node, that can be used as a placeholder for services.
Interface for nodes that are published through the concentrator interface.
INode Parent
Parent Node, or null if a root node.