Table of Contents

Class GridController<T, TRowModel>

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class GridController<T, TRowModel> : GridController<T>, IScreenController<GridModel<T>>, IScreenController where T : IEntity<T> where TRowModel : GridRowBase<T>, new()

Type Parameters

T
TRowModel
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

services IServices
entitySet IEntitySet<T>
configure Action<GridOptions>

Methods

CreateUninitialisedRowModel()

protected override GridRowBase<T> CreateUninitialisedRowModel()

Returns

GridRowBase<T>