RecroGridContext Class

RecroGridContext

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RecroGridContext : IRecroGridContext, 
	IDisposable, IAsyncDisposable
Inheritance
Object    RecroGridContext
Implements
IRecroGridContext, IAsyncDisposable, IDisposable

Constructors

RecroGridContext(IRecroGridContext, IRGDataContext, IRGEntityKey, String) Initializes a new instance of the RecroGridContext class.
RecroGridContext(ILogger, HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean) Initializes a new instance of the RecroGridContext class.
Obsolete.
RecroGridContext(IRGFLogger, HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean) Initializes a new instance of the RecroGridContext class.

Properties

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.
Logger The logger.
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

EnsureDbService Ensures the database service.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also