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
- moduleIdstring
- The ID of the DOM module. 
- definitionsIEnumerable<DomDefinition>
- The collection of DomDefinitions to set. 
Exceptions
- ArgumentNullException
- Thrown when the input collection of DomDefinitions is null.