| 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 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:
TaskRecroGridThe RecroGrid.
See Also