Table of Contents

Method WithAllowMultiple

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

WithAllowMultiple(bool)

Sets whether the field descriptor allows multiple enum values.

public GenericEnumFieldDescriptorBuilder WithAllowMultiple(bool allowMultiple)

Parameters

allowMultiple bool

If true, the field will allow multiple values; otherwise, it will allow a single value.

Returns

GenericEnumFieldDescriptorBuilder

The builder instance.