Click or drag to resize
EF Visual Editor

ModelEnumGenerateCode Property

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.

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 bool GenerateCode { get; set; }
Request Example View Source

Property Value

Type: Boolean

[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.ModelEnum.GenerateCode"]

See Also