Constructor DomBehaviorDefinitionBuilder
DomBehaviorDefinitionBuilder()
Initializes a new instance of the DomBehaviorDefinitionBuilder class.
public DomBehaviorDefinitionBuilder()
DomBehaviorDefinitionBuilder(DomBehaviorDefinition)
Initializes a new instance of the DomBehaviorDefinitionBuilder class with a specified Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomBehaviorDefinition.
public DomBehaviorDefinitionBuilder(DomBehaviorDefinition definition)
Parameters
definition
DomBehaviorDefinitionThe existing DOM behavior definition to be used in the builder.