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