LogViewerContext Enumeration |
Enum definition which is used to define in which context the logviewer is used.
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 LogViewerContext
Public Enumeration LogViewerContext
Members
| Member name | Value | Description |
---|
| SyncRelationalModelDataLog | 0 |
Context for the log which is shown after a catalog refresh
|
| GeneratorLog | 1 |
Context for the log which is shown after a code generation cycle.
|
| TypeConverterMappingLog | 2 |
Context for the log which is shown after the typeconverters are remapped and some issue was detected.
|
| CatalogSchemaRemoval | 3 |
Context for the log which is shown after a catalog or schema was removed from the project.
|
| Custom | 4 |
Context for the log which is custom, e.g. for example the log shown from a plugin.
|
| CustomWithChanges | 5 |
As Custom, but now the changes checkbox is also shown.
|
| AutoMap | 6 |
Context for the log which is shown after auto-map unmapped entities feature is executed.
|
| ImportLog | 7 |
Context for the log which is shown after model data has been imported.
|
See Also