|  | RecroGridContext Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Recrovit.RecroGridFramework
 Syntax
Syntaxpublic class RecroGridContext : IRecroGridContext
The RecroGridContext type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RecroGridContext(IRecroGridContext, IRGDataContext, IRGEntityKey, String) | 
            Initializes a new instance of the RecroGridContext class.
             | 
|  | RecroGridContext(HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean) | 
            Initializes a new instance of the RecroGridContext class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DbContext | 
            Gets or sets the database context.
             | 
|  | GridId | 
            Gets the RecroGrid identifier.
             | 
|  | HttpContext | 
            Gets the HTTP context.
             | 
|  | IsFEPQueue | 
            Gets or sets a value indicating whether this instance is FEP Queue.
             | 
|  | IsInitializeAsync | 
            Gets or sets a value indicating whether this instance is initialize asynchronous.
             | 
|  | IsTemporary | 
            Gets a value indicating whether this instance is temporary.
             | 
|  | ParentKey | 
            Gets the parent key.
             | 
|  | RGSessionId | 
            Gets the session identifier.
             | 
|  | ServiceProvider | 
            Gets the service provider.
             | 
|  | ServiceScope | 
            Gets the service scope.
             | 
|  | Version | 
            Gets the version.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | EnsureDbService | 
            Ensures the database service.
             | 
 See Also
See Also