Click or drag to resize

RGClientParam Class

Update and Delete methods get the parameters, that contain the data from the client and entity properties.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRGClientParam

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public class RGClientParam

The RGClientParam type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the data and other parameters from the client-side.
Public propertyEntKey
Gets the Entity key.
Public propertyHttpContext
Gets the HTTP context.
Public propertyIsNewEntity
Gets a value indicating whether DataRec is new.
Public propertyRecroGrid
Gets the RecroGrid.
Public propertyRGProperties
Gets the RGProperties.
Top
See Also