Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum ContextSensitiveState
Members
  Member nameValueDescription
Undefined0
EmptyDesigner1
ProjectCreated2
ProjectLoaded3
RelationalModelDataRetrieved4
RelationalModelDataSynced5
RelationalModelDataContainerCreated6
ProjectElementsReverseEngineered7
ProjectSuccessfullyValidated8
EntityCreated9
MetaDataChanged10
CodeGenerated11
DerivedModelCreated12
DerivedElementCreated13
See Also