Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
[FlagsAttribute]
public enum ScenarioAspectType
Members
  Member nameValueDescription
Undefined0
DatabaseFirst1
ModelFirst2
NewProject4
ExistingProject8
DatabaseFirstAll13
ModelFirstAll14
All15
See Also