Constructor Parameter
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Parameter(int, int, int, string)
Initializes a new instance of the Parameter class.
public Parameter(int dmaId, int elementId, int parameterId, string index = null)
Parameters
dmaId
intID of the DataMiner Agent.
elementId
intID of the element.
parameterId
intID of the parameter.
index
stringPrimary key of the table entry. Is null for standalone parameters.
Parameter(Element, int, string)
Initializes a new instance of the Parameter class.
public Parameter(Element element, int parameterId, string index = null)