CrudController<(Of <(<'TDbContext, TRowEntity, TRowDTO>)>)> Class
Base class for controllers that provide CRUD operations
Namespace:
Suoranta.EnterpriseLib.Web.MVCAssembly: 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
ControllerBase
Controller
Suoranta.EnterpriseLib.Web.MVC..::..BaseController
Suoranta.EnterpriseLib.Web.MVC..::..BaseController<(Of <(<'TDbContext>)>)>
Suoranta.EnterpriseLib.Web.MVC..::..CrudController<(Of <(<'TDbContext, TRowEntity, TRowDTO>)>)>

