Click or drag to resize
SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures Namespace
 
Classes
  ClassDescription
Public classCodeGenerationMetaDataStore
Data store for code-generation related meta-data like tasks, templates, template bindings etc.
Public classDatabaseDriverStore
Simple container which contains all instances of drivers at runtime stored by their ID
Public classExternalTypeDescriptor
Simple descriptor which is used to enlist external types loaded by the system in a UI.
Public classImporterStore
Class which represents a container for importer instances
Public classNewElementSpecifics
Simple bucket class which contains the information to create a new element.
Public classPluginStore
Class which represents a container for plugin instances
Public classTypeConversionDefinition
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.
Public classTypeConverterDefinition
Information container for a typeconverter loaded from an assembly. This object is referenced by a project element which needs a converter
Public classTypeConverterStore
Class which represents a container for TypeConverter instances