|
ModelAttributeAutoProperty Property
|
Gets or sets the value of AutoProperty domain property.
If false, generates a backing field and a partial method to hook getting and
setting the property. If true, generates a simple auto property.
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 AutoProperty { get; set; }
Public Property AutoProperty As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Boolean[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.ModelAttribute.AutoProperty"]
See Also