Click or drag to resize
EF Visual Editor

ModelEnumValue Class

DomainClass ModelEnumValue Represents a value in a C# enumeration
Inheritance Hierarchy
SystemObject
  ModelElement
    Sawczyn.EFDesigner.EFModelModelEnumValue

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public class ModelEnumValue : ModelElement
Request Example View Source

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
Methods
  NameDescription
Public methodGetDomainClass (Inherited from ModelElement.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetActiveDiagram (Defined by ModelElementExtensions.)
Public Extension MethodGetCompartment
Gets the named compartment in this element
(Defined by ModelElementExtensions.)
Public Extension MethodGetDisplayText (Defined by ModelElementExtensions.)
Public Extension MethodGetFirstShapeElement (Defined by ModelElementExtensions.)
Public Extension MethodInvalidateDiagrams
Causes all diagrams to redraw
(Defined by ModelElementExtensions.)
Public Extension MethodIsLoading (Defined by ModelElementExtensions.)
Public Extension MethodLocateInDiagram (Defined by ModelElementExtensions.)
Public Extension MethodRedraw (Defined by ModelElementExtensions.)
Top
See Also