Click or drag to resize

IRecroGridContext Interface

IRecroGridContext

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
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 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