Table of Contents

Method WithDummies

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

WithDummies(IDictionary<int, DmsElementId>)

Sets all dummies (element links) for the script.

IDmsSchedulerScriptActionBuilder WithDummies(IDictionary<int, DmsElementId> dummies)

Parameters

dummies IDictionary<int, DmsElementId>

The dictionary of dummy IDs to element IDs.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

dummies is null.