|
AutomaticAction Enumeration
|
DomainEnumeration: AutomaticAction
Description for Sawczyn.EFDesigner.EFModel.AutomaticAction
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 enum AutomaticAction
Public Enumeration AutomaticAction
Members
| Member name | Value | Description |
---|
| False | 0 |
False
Never perform the action automatically
|
| True | 1 |
True
Always perform the action automatically
|
| Ask | 2 |
Ask
Ask each time if should perform the action automatically
|
See Also