SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures Namespace | 
| Class | Description | |
|---|---|---|
| CodeGenerationMetaDataStore | 
            Data store for code-generation related meta-data like tasks, templates, template bindings etc. 
              | |
| DatabaseDriverStore | 
            Simple container which contains all instances of drivers at runtime stored by their ID
              | |
| ExternalTypeDescriptor | 
            Simple descriptor which is used to enlist external types loaded by the system in a UI.
              | |
| ImporterStore | 
            Class which represents a container for importer instances
              | |
| NewElementSpecifics | 
            Simple bucket class which contains the information to create a new element.
              | |
| PluginStore | 
            Class which represents a container for plugin instances
              | |
| TypeConversionDefinition | 
            Definition for a type conversion. Type conversions are definitions for converting a simple .NET type, set by the DB driver, to another .NET type.
            Type converters are used to give a mapped field a different .NET type than the target field's type requires. This requires a converter for
            the value, which is the Typeconverter instance used.
              | |
| TypeConverterDefinition | 
            Information container for a typeconverter loaded from an assembly. This object is referenced by a project element which needs a
            converter
              | |
| TypeConverterStore | 
            Class which represents a container for TypeConverter instances
              |