Class GridController<T, TRowModel>
public class GridController<T, TRowModel> : GridController<T>, IScreenController<GridModel<T>>, IScreenController where T : IEntity<T> where TRowModel : GridRowBase<T>, new()
Type Parameters
TTRowModel
- Inheritance
-
GridController<T, TRowModel>
- Implements
- Inherited Members
Constructors
GridController(IServices, IEntitySet<T>, Action<GridOptions>)
public GridController(IServices services, IEntitySet<T> entitySet, Action<GridOptions> configure = null)
Parameters
servicesIServicesentitySetIEntitySet<T>configureAction<GridOptions>
Methods
CreateUninitialisedRowModel()
protected override GridRowBase<T> CreateUninitialisedRowModel()
Returns
- GridRowBase<T>