ScenarioAspectType Enumeration |
Enum which defines the aspects of the scenarios an available action can be used in. Can be used to filter actual available actions
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [FlagsAttribute]
public enum ScenarioAspectType
<FlagsAttribute>
Public Enumeration ScenarioAspectType
Members
| Member name | Value | Description |
---|
| Undefined | 0 | |
| DatabaseFirst | 1 | |
| ModelFirst | 2 | |
| NewProject | 4 | |
| ExistingProject | 8 | |
| DatabaseFirstAll | 13 | |
| ModelFirstAll | 14 | |
| All | 15 | |
See Also