Skip to main content

EnumDescriptor Constructors

Supplies metadata information on an enumeration used in an XAF application.
Name Parameters Description
EnumDescriptor(ICaptionHelper, Type) captionHelper, type Initializes a new instance of the EnumDescriptor class with specified settings.
EnumDescriptor(Type, Dictionary<String, String>) enumType, captionByName Creates and initializes a new instance of the EnumDescriptor class.
EnumDescriptor(Type) type Creates and initializes a new instance of the EnumDescriptor class.
See Also