Table of Contents

Method WithModule

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

WithModule(string)

Sets the module for the field descriptor and copies matching DOM definition IDs.

public DomInstanceFieldDescriptorBuilder WithModule(string module)

Parameters

module string

The module name to set.

Returns

DomInstanceFieldDescriptorBuilder

The builder instance.