|  | RecroGridRGServiceParams Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Recrovit.RecroGridFramework
 Syntax
Syntaxpublic class RGServiceParams : IModelBinder
The RecroGridRGServiceParams type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RecroGridRGServiceParams | 
            Initializes a new instance of the RecroGridRGServiceParams class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ClientRec | 
            Gets or sets the client record.
             | 
|  | Columns | 
            Kliens által kért oszlopok.
             | 
|  | ControllerContext | 
            Gets the controller context.
             | 
|  | CustomParams | 
            Kliensről kapott egyedi paraméterek.
             | 
|  | Data | 
            Kliensről kapott adatok.
             | 
|  | EKey | 
            Gets the EntityKey of data.
             | 
|  | Filter | 
            Kliens által kért szűrés.
             | 
|  | GridId | 
            Gets the RecroGrid identifier.
             | 
|  | ProcessName | 
            Gets the name of the process.
             | 
|  | RecroGridContext | 
            Gets the current HTTP context.
             | 
|  | RowVersion | 
            Gets the row version.
             | 
|  | Select | 
            Választáshoz használt paraméterek
             | 
|  | Sort | 
            Kliens által kért rendezés.
             | 
|  | UIMessages | 
            Gets or sets the UI messages.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | BindModel | 
            Binds the model to a value by using the specified controller context and binding context.
             | 
|  | GetBoolDataParam | 
            Gets the boolean data parameter.
             | 
|  | GetEntityKey(RecroGrid) | 
            Gets the entity key.
             | 
|  | GetEntityKey(IRGDataContext, RecroGridRGEntity) | 
            Gets the entity key.
             | 
|  | GetIntDataParam | 
            Gets the int data parameter.
             | 
|  | GetStringDataParam | 
            Gets the string data parameter.
             | 
|  | SetEntityKey | 
            Sets the entity key.
             | 
|  | SetInitParam | 
            Kliensnek küldendő inicializáló paraméterek.
             | 
 See Also
See Also