Table of Contents

Constructor AutomationScriptDummyConfiguration

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AutomationScriptDummyConfiguration(string, IDmsProtocol, DmsElementId?)

Initializes a new instance of the AutomationScriptDummyConfiguration class. The dummy settings that need to be added to create the script.

public AutomationScriptDummyConfiguration(string description, IDmsProtocol protocol, DmsElementId? defaultElement = null)

Parameters

description string

The description of the dummy.

protocol IDmsProtocol

The protocol for the dummy.

defaultElement DmsElementId?

The default element to be used.

Exceptions

ArgumentNullException

description is null.