ContextSensitiveState Enumeration |
Enum to define the context sensitive state the designer is in so available actions related to the context sensitive state can be
made available.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum ContextSensitiveState
Public Enumeration ContextSensitiveState
Members
| Member name | Value | Description |
---|
| Undefined | 0 | |
| EmptyDesigner | 1 | |
| ProjectCreated | 2 | |
| ProjectLoaded | 3 | |
| RelationalModelDataRetrieved | 4 | |
| RelationalModelDataSynced | 5 | |
| RelationalModelDataContainerCreated | 6 | |
| ProjectElementsReverseEngineered | 7 | |
| ProjectSuccessfullyValidated | 8 | |
| EntityCreated | 9 | |
| MetaDataChanged | 10 | |
| CodeGenerated | 11 | |
| DerivedModelCreated | 12 | |
| DerivedElementCreated | 13 | |
See Also