RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceTestGlobals<(Of <(<'TViewModel, TView>)>)> Class

Class DbMaintenanceTestGlobals. Used to unit test a DbMaintenanceViewModel. Implements the IControlsUserInterface Implements the IDbMaintenanceDataProcessor

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public class DbMaintenanceTestGlobals<TViewModel, TView> : IControlsUserInterface, 
	IDbMaintenanceDataProcessor
where TViewModel : DbMaintenanceViewModelBase
where TView : IDbMaintenanceView
Public Class DbMaintenanceTestGlobals(Of TViewModel As DbMaintenanceViewModelBase, TView As IDbMaintenanceView) _
	Implements IControlsUserInterface, IDbMaintenanceDataProcessor
generic<typename TViewModel, typename TView>
where TViewModel : DbMaintenanceViewModelBase
where TView : IDbMaintenanceView
public ref class DbMaintenanceTestGlobals : IControlsUserInterface, 
	IDbMaintenanceDataProcessor

Type Parameters

TViewModel
The type of the t view model.
TView
The type of the t view.

Inheritance Hierarchy


Object
  RingSoft.DbMaintenance..::..DbMaintenanceTestGlobals<(Of <(<'TViewModel, TView>)>)>