Suoranta.EnterpriseLib.Web - Developer API

CrudController<(Of <(<'TDbContext, TRowEntity, TRowDTO>)>)> Class

Base class for controllers that provide CRUD operations

Namespace:  Suoranta.EnterpriseLib.Web.MVC
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public abstract class CrudController<TDbContext, TRowEntity, TRowDTO> : BaseController<TDbContext>
where TDbContext : DbContext
where TRowEntity : IEntity
where TRowDTO : IDataTransferObject

Type Parameters

TDbContext
TRowEntity
TRowDTO

Inheritance Hierarchy


Object
  ControllerBase
    Controller
      Suoranta.EnterpriseLib.Web.MVC..::..BaseController
        Suoranta.EnterpriseLib.Web.MVC..::..BaseController<(Of <(<'TDbContext>)>)>
          Suoranta.EnterpriseLib.Web.MVC..::..CrudController<(Of <(<'TDbContext, TRowEntity, TRowDTO>)>)>