Class CodeScriptType
- Namespace
- Dynamicweb.DataIntegration.Integration.ScriptTypes
- Assembly
- Dynamicweb.DataIntegration.dll
[AddInLabel("Code")]
public class CodeScriptType : ScriptTypeProvider<object>
- Inheritance
-
CodeScriptType
- Inherited Members
Properties
DisableSource
public override bool DisableSource { get; }
Property Value
ScriptValue
[AddInParameter("ScriptValue")]
[AddInLabel("Script value")]
[AddInParameterGroup("Scripting")]
[AddInParameterEditor(typeof(TextParameterEditor), "textArea=true;reloadonchange=true;")]
public string ScriptValue { get; set; }
Property Value
Methods
GetValueTyped(object?)
public override object GetValueTyped(object? input)
Parameters
inputobject
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.