Method SetBehaviorDefinitions
- Namespace
- Skyline.DataMiner.Utils.DOM.UnitTesting
- Assembly
- Skyline.DataMiner.Utils.DOM.dll
SetBehaviorDefinitions(string, IEnumerable<DomBehaviorDefinition>)
Sets the DomBehaviorDefinitions for the handler.
public void SetBehaviorDefinitions(string moduleId, IEnumerable<DomBehaviorDefinition> definitions)
Parameters
moduleId
stringThe ID of the DOM module.
definitions
IEnumerable<DomBehaviorDefinition>The collection of DomBehaviorDefinitions to set.
Exceptions
- ArgumentNullException
Thrown when the input collection of DomBehaviorDefinitions is null.