RecroGridRGServiceParams Class

Helper class used for communication between client and server.

Definition

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

Properties

Columns Columns requested by the client.
CustomParams Custom parameters received from the client.
Data Data received from the client.
EKey Gets the EntityKey of data.
Filter Filter requested by the client.
FixFilter Mandatory filter.
GridId Gets the RecroGrid identifier.
ProcessName Gets the name of the process.
RecroGridContext Gets the current HTTP context.
RowVersion Gets the row version.
Select Parameters used for selections
Sort Sorting requested by the client.
UIMessages Gets or sets the UI messages.

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)
GetBoolDataParam Gets the boolean data parameter.
GetEntityKey(RecroGrid) Gets the entity key.
GetEntityKey(IRGDataContext, RecroGridRGEntity) Gets the entity key.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIntDataParam Gets the int data parameter.
GetStringDataParam Gets the string data parameter.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetEntityKey Sets the entity key.
SetInitParam Initialization parameters to be sent to the client.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also