DbMaintenanceDataEntryGridRow<(Of <(<'TEntity>)>)> Class
Class DbMaintenanceDataEntryGridRow. Manages a DataEntryGridRow in a DbMaintenanceDataEntryGridManager
Implements the DataEntryGridRow
Namespace:
RingSoft.DbMaintenanceAssembly: 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
DataEntryGridRow
RingSoft.DbMaintenance..::..DbMaintenanceDataEntryGridRow<(Of <(<'TEntity>)>)>