SourceLocationEditorHintType Enumeration |
Enum to specify the editor hint for the source location. Can be used by editors to pre-select parts of the editor based on the hint.
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 public enum SourceLocationEditorHintType
Public Enumeration SourceLocationEditorHintType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Fields | 1 | |
| Mappings | 2 | |
| InheritanceInfo | 3 | |
| CodeGenerationInfo | 4 | |
See Also