EnumOption Class

JsonConfigurationEditor Enum option wrapper class.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class EnumOption
Inheritance
Object    EnumOption

Constructors

Properties

HelpText Optional. Help text / Tool tip for the option.
Hidden Indicates whether the enum value should be hidden.
Label Holds a explicitly defined label for a enum member.
Number Holds the numeric value for an enum member.
Type Enum type.
Value Holds the string value for an enum member.

See Also