Click or drag to resize

RecroGridContext Class

RecroGridContext
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridContext

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
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.
Public methodRecroGridContext(HttpContextBase, String, IRGDataContext, 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 propertyIsFEPQueue
Gets or sets a value indicating whether this instance is FEP Queue.
Public propertyIsTemporary
Gets a value indicating whether this instance is temporary.
Public propertyParentKey
Gets the parent key.
Public propertyRGSessionId
Gets the session identifier.
Public propertyVersion
Gets the version.
Top
Methods
  NameDescription
Public methodEnsureDbService
Ensures the database service.
Top
See Also