Method WithDomBehaviorDefinition
WithDomBehaviorDefinition(DomBehaviorDefinitionId)
Sets the DOM behavior definition ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.
public T WithDomBehaviorDefinition(DomBehaviorDefinitionId domBehaviorDefinitionId)
Parameters
domBehaviorDefinitionId
DomBehaviorDefinitionIdThe 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
DomBehaviorDefinitionThe DOM behavior definition to set.
Returns
- T
The builder instance.