Click or drag to resize

IRecroGridContext Interface

IRecroGridContext

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public interface IRecroGridContext

The IRecroGridContext type exposes the following members.

Properties
  NameDescription
Public propertyDbContext
Gets or sets the database context.
Public propertyGridId
Gets the RecroGrid identifier.
Public propertyHttpContext
Gets the HTTP context.
Public propertyIsFEPQueue
Gets or sets a value indicating whether this instance is FEP Queue.
Public propertyIsInitializeAsync
Gets or sets a value indicating whether this instance is initialize asynchronous.
Public propertyIsTemporary
Gets a value indicating whether this instance is temporary.
Public propertyParentKey
Gets the parent key.
Public propertyRGSessionId
Gets the session identifier.
Public propertyServiceProvider
Gets the service provider.
Public propertyServiceScope
Gets the service scope.
Public propertyVersion
Gets the version.
Top
Methods
  NameDescription
Public methodEnsureDbService
Ensures the database service.
Top
See Also