Click or drag to resize

RecroGridCreateAsync Method (IRecroGridContext, Type)

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(
	IRecroGridContext rgContext,
	Type entityType
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
entityType
Type: SystemType
The type of the entity.

Return Value

Type: TaskRecroGrid
The RecroGrid.
See Also