Click or drag to resize
EF Visual Editor

ModelEnum Properties

The ModelEnum type exposes the following members.

Properties
  NameDescription
Public propertyComments
Gets a list of Comments. Description for Sawczyn.EFDesigner.EFModel.CommentReferencesSubjects.DesignElement
(Inherited from DesignElement.)
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 propertyDefaultNamespace
Public propertyDescription
Gets or sets the value of Description domain property. Detailed code documentation
Public propertyEffectiveNamespace
Namespace for generated code. Takes overrides into account.
Public propertyEffectiveOutputDirectory
Output location for generated code. Takes overrides into account.
Public propertyFullName
Gets the full name.
Public propertyGenerateCode
Gets or sets the value of GenerateCode domain property. If true (the default), code will be generated for this enum. If false, it is assumed to be referenced from another assembly.
Public propertyIsFlags
Gets or sets the value of IsFlags domain property. If true, values in this enumeration are flags and will have initial values set appropriately.
Public propertyModelRoot
Gets or sets ModelRoot. No description available
Public propertyName
Gets or sets the value of Name domain property. Name of the enumeration
Public propertyNamespace
Gets or sets the value of Namespace domain property. Overrides default namespace
Public propertyOutputDirectory
Gets or sets the value of OutputDirectory domain property. Overrides default output directory
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 propertyValues
Gets a list of Values. No description available
Public propertyValueType
Gets or sets the value of ValueType domain property. CLR type implementing this enum (usually Int32)
Top
See Also