Table of Contents

Method WithID

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

WithID(DomDefinitionId)

Sets the ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.

public T WithID(DomDefinitionId id)

Parameters

id DomDefinitionId

The ID to set.

Returns

T

The builder instance.

WithID(Guid)

Sets the ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition using a GUID.

public T WithID(Guid id)

Parameters

id Guid

The GUID to set as the ID.

Returns

T

The builder instance.