Table of Contents

Method WithDomBehaviorDefinition

Namespace
Skyline.DataMiner.Utils.DOM.Builders
Assembly
Skyline.DataMiner.Utils.DOM.dll

WithDomBehaviorDefinition(DomBehaviorDefinitionId)

Sets the DOM behavior definition ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.

public T WithDomBehaviorDefinition(DomBehaviorDefinitionId domBehaviorDefinitionId)

Parameters

domBehaviorDefinitionId DomBehaviorDefinitionId

The DOM behavior definition ID to set.

Returns

T

The builder instance.

WithDomBehaviorDefinition(DomBehaviorDefinition)

Sets the DOM behavior definition of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.

public T WithDomBehaviorDefinition(DomBehaviorDefinition definition)

Parameters

definition DomBehaviorDefinition

The DOM behavior definition to set.

Returns

T

The builder instance.