Click or drag to resize

RecroGridCreateAsyncTEntity Method (IRecroGridContext)

Create a new instance of the RecroGrid class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static Task<RecroGrid> CreateAsync<TEntity>(
	IRecroGridContext rgContext
)
where TEntity : class

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.

Type Parameters

TEntity
The type of the entity.

Return Value

Type: TaskRecroGrid
The RecroGrid.
See Also