Table of Contents

Method SetDefinitions

Namespace
Skyline.DataMiner.Utils.DOM.UnitTesting
Assembly
Skyline.DataMiner.Utils.DOM.dll

SetDefinitions(string, IEnumerable<DomDefinition>)

Sets the DomDefinitions for the handler.

public void SetDefinitions(string moduleId, IEnumerable<DomDefinition> definitions)

Parameters

moduleId string

The ID of the DOM module.

definitions IEnumerable<DomDefinition>

The collection of DomDefinitions to set.

Exceptions

ArgumentNullException

Thrown when the input collection of DomDefinitions is null.