Table of Contents

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 int

ID of the DataMiner Agent.

elementId int

ID of the element.

parameterId int

ID of the parameter.

index string

Primary 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)

Parameters

element Element

Element that has the parameter.

parameterId int

ID of the parameter.

index string

Primary key of the table entry. Is null for standalone parameters.