-
Notifications
You must be signed in to change notification settings - Fork 1
Pact Web Vue Grid Controllers DefaultMoveableCRUDController TMoveableDatabaseDTO TGridRowDTO TEditDTO
welshronaldo edited this page May 30, 2022
·
5 revisions
Default Moveable CRUD Setup
public abstract class DefaultMoveableCRUDController<TMoveableDatabaseDTO,TGridRowDTO,TEditDTO> : Pact.Web.Vue.Grid.Controllers.BaseCRUDMoveableController<TMoveableDatabaseDTO, TGridRowDTO, TEditDTO>
where TMoveableDatabaseDTO : class, Pact.Web.Vue.Grid.Interfaces.IMoveable
where TGridRowDTO : class, Pact.Web.Vue.Grid.Interfaces.IGridRow, new()
where TEditDTO : class, Pact.Web.Vue.Grid.Interfaces.IEdit, new()
TMoveableDatabaseDTO
Type of moveable database object
Inheritance System.Object 🡒 Microsoft.AspNetCore.Mvc.ControllerBase 🡒 Microsoft.AspNetCore.Mvc.Controller 🡒 Pact.Web.Vue.Grid.Controllers.BaseCRUDController<TMoveableDatabaseDTO,TGridRowDTO,TEditDTO> 🡒 Pact.Web.Vue.Grid.Controllers.BaseCRUDMoveableController<TMoveableDatabaseDTO,TGridRowDTO,TEditDTO> 🡒 DefaultMoveableCRUDController<TMoveableDatabaseDTO,TGridRowDTO,TEditDTO>