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

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

Class DbMaintenanceDataEntryGridRow. Manages a DataEntryGridRow in a DbMaintenanceDataEntryGridManager Implements the DataEntryGridRow

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

Syntax


public abstract class DbMaintenanceDataEntryGridRow<TEntity> : DataEntryGridRow
Public MustInherit Class DbMaintenanceDataEntryGridRow(Of TEntity) _
	Inherits DataEntryGridRow
generic<typename TEntity>
public ref class DbMaintenanceDataEntryGridRow abstract : public DataEntryGridRow

Type Parameters

TEntity
The type of the t entity.

Inheritance Hierarchy


Object
  DataEntryGridRow
    RingSoft.DbMaintenance..::..DbMaintenanceDataEntryGridRow<(Of <(<'TEntity>)>)>