Click or drag to resize

RecroGridCreateAsync Method (IRecroGridContext, String)

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,
	string entityName
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
entityName
Type: SystemString
The name of the Entity.

Return Value

Type: TaskRecroGrid
The RecroGrid.
See Also