DbMaintenanceWindowRegistry..::..RegisterWindow<(Of <(<'TWindow>)>)> Method
Registers the window.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public void RegisterWindow<TWindow>( TableDefinitionBase tableDefinition ) where TWindow : DbMaintenanceWindow
Public Sub RegisterWindow(Of TWindow As DbMaintenanceWindow) ( _ tableDefinition As TableDefinitionBase _ )
public: generic<typename TWindow> where TWindow : DbMaintenanceWindow void RegisterWindow( TableDefinitionBase^ tableDefinition )
Type Parameters
- TWindow
- The type of the t window.
Parameters
- tableDefinition
- Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.