Table of Contents

Method WithSoftDeleted

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

WithSoftDeleted(bool)

Sets whether the field descriptor is soft deleted.

public T WithSoftDeleted(bool isSoftDeleted)

Parameters

isSoftDeleted bool

A boolean indicating whether the field descriptor is soft deleted.

Returns

T

The builder instance.