This dialog is used to set and edit the properties of Enum types supported in Entity Developer as well as the parameters of the type members.
Name
Specifies the name of the Enum type.
Access
Specifies the level of access of the Enum type. Possible values are: Public and Internal.
Underlying type
Allows selecting an underlying type for the Enum type.
IsFlag
Specifies that the Enum type is a set of flags.
Is External
Specifies that the enum type is already defined in the project and should not be generated by Entity Developer. Acceptable values are True or False.
Members
Allows adding members (specifying their names and values) to the Enum type.