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
dmaIdintID of the DataMiner Agent.
elementIdintID of the element.
parameterIdintID of the parameter.
indexstringPrimary 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)