Table of Contents

Method WithDefinitions

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

WithDefinitions(IEnumerable<DomDefinitionId>)

Sets the DOM definition IDs for the field descriptor.

public DomInstanceFieldDescriptorBuilder WithDefinitions(IEnumerable<DomDefinitionId> definitionIds)

Parameters

definitionIds IEnumerable<DomDefinitionId>

The collection of Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinitionId objects to set.

Returns

DomInstanceFieldDescriptorBuilder

The builder instance.

Exceptions

ArgumentNullException

Thrown when definitionIds is null.