Mini SQL Query Extensibility Documentation
MiniSqlQuery.Core Namespace
NamespacesMiniSqlQuery.Core

[This is preliminary documentation and is subject to change.]

[Missing namespace summary documentation for N:MiniSqlQuery.Core]

Declaration Syntax
C#Visual BasicVisual C++
namespace MiniSqlQuery.Core
Namespace MiniSqlQuery.Core
namespace MiniSqlQuery.Core
Types
All TypesClassesInterfaces
IconTypeDescription
ApplicationServices
The core services of the application (singleton).

CommandControlBuilder
Helper class for building controls out of ICommand objects.

CommandManager
Stores instances of commands by type.

ConnectionDefinition
DatabaseMetaDataService
Creates a simplified view of the database schema for a given provider and connection string.

IApplicationSettings
An interface for the application settings.

ICommand
Represents a "command", typically a user action such as saving a file or executing a query.

IDatabaseInspector
An interface to the query windows database inspector.

IHostWindow
Core functions of the main MDI application host Form.

ImageResource
A strongly-typed resource class, for looking up localized strings, etc.

IPlugIn
An interface for simple plugins for use in extending Mini SQL Query. Plugins are loaded from DLL's in the working directory matching the pattern "MiniSqlQuery.*.PlugIn.dll"

IPrintableContent
If implemented it signals that the class supports printing of the "contents" of the object.

IQueryEditor
The functions of the editing window.

PlugInComparer
Used for sorting plugins at load time.

PluginLoaderBase
PlugInUtility
Helper class for loading external plugins.

Utility
Some basic helper functions.