Table of Contents

Method WithCrudType

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

WithCrudType(OnDomInstanceActionScriptType)

Sets the CRUD script type for DOM instance actions.

public T WithCrudType(OnDomInstanceActionScriptType crudType)

Parameters

crudType OnDomInstanceActionScriptType

The CRUD script type to use.

Returns

T

The builder instance for chaining.