Click or drag to resize

RecroGridContext Class

RecroGridContext
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridContext

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

The RecroGridContext type exposes the following members.

Constructors
  NameDescription
Public methodRecroGridContext(IRecroGridContext, IRGDataContext, IRGEntityKey, String)
Initializes a new instance of the RecroGridContext class.
Public methodRecroGridContext(HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean)
Initializes a new instance of the RecroGridContext class.
Top
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