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

DbMaintenanceViewModel<(Of <(<'TEntity>)>)> Class

The base class of all database maintenance view model classes.

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

Syntax


public abstract class DbMaintenanceViewModel<TEntity> : DbMaintenanceViewModelBase, 
	ILookupControl, IValidationSource
Public MustInherit Class DbMaintenanceViewModel(Of TEntity) _
	Inherits DbMaintenanceViewModelBase _
	Implements ILookupControl, IValidationSource
generic<typename TEntity>
public ref class DbMaintenanceViewModel abstract : public DbMaintenanceViewModelBase, 
	ILookupControl, IValidationSource

Type Parameters

TEntity
The type of the entity.

Inheritance Hierarchy


Object
  RingSoft.DbMaintenance..::..DbMaintenanceViewModelBase
    RingSoft.DbMaintenance..::..DbMaintenanceViewModel<(Of <(<'TEntity>)>)>