In Entity Developer, enum types have the following properties:
Access
Specifies the visibility level of the enum type. Acceptable values are Public or Internal.
Attributes
Attributes of the object.
Documentation
LongDescription
Detailed description of the enum type.
Summary
Brief description of the enum type.
Is Flag
Indicates that the enum type can be treated as a bit flag, i.e. a set of flags. Acceptable values are True or False.
Is External
Indicates 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
Members of the enum type.
Name
Name of the enum type.
Shape Color
The color of objects on the diagram.
Underlying Type
The underlying type of the enum. Acceptable values are SByte, Byte, Int16, Int32 or Int64.