1using System.Text.RegularExpressions;
2using System.Threading.Tasks;
32 [
Page(2,
"Script", 100)]
33 [Header(75,
"Value:")]
34 [ToolTip(76,
"Value presented to user.")]
36 public string[]
Value {
get;
set; }
57 this.Value,
null, this.
Description,
null,
null,
string.Empty,
false,
false,
false);
64 return Task.CompletedTask;
80 return Task.CompletedTask;
Plain text encoder/decoder.
const string DefaultContentType
text/plain
Static class managing editable parameters in objects. Editable parameters are defined by using the at...
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 fixed-valued script parameter.
ScriptFixedParameterNode()
Represents a fixed-valued script parameter.
override Task PopulateForm(DataForm Parameters, Language Language, object Value)
Populates a data form with parameters for the object.
override Task SetParameter(DataForm Parameters, Language Language, bool OnlySetChanged, Variables Values, SetEditableFormResult Result)
Sets the parameters of the object, based on contents in the data form.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
string[] Value
Parameter value.
Represents a parameter on a command.
string Label
Parameter label.
bool Required
If parameter is required.
string Description
Parameter description.
string ParameterName
Parameter name.
string Page
Parameter name.