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