RGClientParam Class

Update and Delete methods get the parameters, that contain the data from the client and entity properties.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RGClientParam
Inheritance
Object    RGClientParam

Properties

Data Gets the data and other parameters from the client-side.
EntKey Gets the Entity key.
HttpContext Gets the HTTP context.
IsNewEntity Gets a value indicating whether DataRec is new.
RecroGrid Gets the RecroGrid.
RGProperties Gets the RGProperties.

Methods

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