ModelEnum Properties |
The ModelEnum type exposes the following members.
Name | Description | |
---|---|---|
Comments |
Gets a list of Comments.
Description for
Sawczyn.EFDesigner.EFModel.CommentReferencesSubjects.DesignElement
(Inherited from DesignElement.) | |
CustomAttributes |
Gets or sets the value of CustomAttributes domain property.
Any custom attributes to be generated for this element. Will be passed through
as entered.
| |
DefaultNamespace | ||
Description |
Gets or sets the value of Description domain property.
Detailed code documentation
| |
EffectiveNamespace |
Namespace for generated code. Takes overrides into account.
| |
EffectiveOutputDirectory |
Output location for generated code. Takes overrides into account.
| |
FullName |
Gets the full name.
| |
GenerateCode |
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.
| |
IsFlags |
Gets or sets the value of IsFlags domain property.
If true, values in this enumeration are flags and will have initial values set
appropriately.
| |
ModelRoot |
Gets or sets ModelRoot.
No description available
| |
Name |
Gets or sets the value of Name domain property.
Name of the enumeration
| |
Namespace |
Gets or sets the value of Namespace domain property.
Overrides default namespace
| |
OutputDirectory |
Gets or sets the value of OutputDirectory domain property.
Overrides default output directory
| |
Partition | (Inherited from ModelElement.) | |
Store | (Inherited from ModelElement.) | |
Summary |
Gets or sets the value of Summary domain property.
Brief code documentation
| |
Values |
Gets a list of Values.
No description available
| |
ValueType |
Gets or sets the value of ValueType domain property.
CLR type implementing this enum (usually Int32)
|