Table of Contents

Enum GenericEnumFieldDescriptorBuilder.EnumType

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

Specifies the underlying type for the enum values in a GenericEnumFieldDescriptor.

public enum GenericEnumFieldDescriptorBuilder.EnumType

Fields

Int = 0

Enum values are represented as integers.

String = 1

Enum values are represented as strings.