Click or drag to resize
EF Visual Editor

ModelEnumValue Properties

The ModelEnumValue type exposes the following members.

Properties
  NameDescription
Public propertyCustomAttributes
Gets or sets the value of CustomAttributes domain property. Any custom attributes to be generated for this element. Will be passed through as entered.
Public propertyDescription
Gets or sets the value of Description domain property. Detailed code documentation
Public propertyDisplayText
Public propertyEnum
Gets or sets Enum. No description available
Public propertyName
Gets or sets the value of Name domain property.
Public propertyParentModelElement
Public propertyPartition (Inherited from ModelElement.)
Public propertyStore (Inherited from ModelElement.)
Public propertySummary
Gets or sets the value of Summary domain property. Brief code documentation
Public propertyValue
Gets or sets the value of Value domain property. Optional value for this enum element. Must be in the range of the enum's ValueType
Top
See Also