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