RecroGridDBCTEntity Class |
Namespace: Recrovit.RecroGridFramework
public class RecroGridDBC<TEntity> : RecroGridE<TEntity> where TEntity : class
The RecroGridDBCTEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| RecroGridDBCTEntity |
Initializes a new instance of the RecroGridDBCTEntity class.
|
| Name | Description | |
|---|---|---|
| ClientColumns |
A kliens számára elérhető oszlopokat és azok definícióját tartalmazza.
(Inherited from RecroGrid.) | |
| ClientGridId |
Visszaadja a RecroGrid kliensoldali azonosítóját.
(Inherited from RecroGrid.) | |
| CreateScript |
Script a RecroGrid kliensoldali létrehozásához.
(Inherited from RecroGrid.) | |
| CssClass |
Gets or sets the CSS class.
(Inherited from RecroGrid.) | |
| DataColumns |
A kiküldött adatok meghatározása ClientName azonosítóval
(Inherited from RecroGrid.) | |
| FEPType | Gets the type of the FEP. (Inherited from RecroGrid.) | |
| FixFilter |
Szerveroldalon futásidőben definiált szűrők.
(Inherited from RecroGrid.) | |
| GridEntity |
Az aktuális RecroGrid entitás beállításai.
(Inherited from RecroGrid.) | |
| GridState |
Az aktuális RecroGrid leírója.
(Inherited from RecroGrid.) | |
| IsFEPQueue |
Gets a value indicating whether this instance is FEP Queue.
(Inherited from RecroGrid.) | |
| ItemsPerPage |
Gets or sets the maximum of items per page.
(Inherited from RecroGrid.) | |
| ParentKey |
A RecroGrid elemeinek parent kulcsa, ami automatikusan szűrés feltétel, új felvitelnél pedig kitöltésre kerül.
(Inherited from RecroGrid.) | |
| QueryPage |
Gets or sets the query page.
(Inherited from RecroGrid.) | |
| QuerySkip |
Gets or sets the query skip.
(Inherited from RecroGrid.) | |
| RecroGridContext |
Gets or sets the RecroGrid context.
(Inherited from RecroGrid.) | |
| RGDataContext |
Az aktuális RecroGrid alapértelmezett ObjectContext-je.
(Inherited from RecroGrid.) | |
| RGO_ControlState |
A RecroGrid egyedi státusza tárolható. A paraméter minden művelet során utazik a kliens és szerver között.
(Inherited from RecroGrid.) | |
| RGO_CRUD |
Gets or sets the CRUD.
(Inherited from RecroGrid.) | |
| RGO_InitParams |
A RecroGrid egyedi inicializálásához megadható paraméter. A frissítés esetén a paraméter kliensoldalról is visszajön.
(Inherited from RecroGrid.) | |
| RGO_RecroSec |
A RecroGrid-hez tartozó RGO_RecroSec opciós beállítás.
(Inherited from RecroGrid.) | |
| RGOptions |
Szótár az opciós beállítások részére.
(Inherited from RecroGrid.) | |
| RGProperties |
Az aktuális RecroGrid oszlopai.
(Inherited from RecroGridETEntity.) | |
| RGProperties4Filter |
A szűrésben elérhető oszlopok.
(Inherited from RecroGrid.) | |
| RGProperties4Form |
A Form nézetben elérhető oszlopok.
(Inherited from RecroGrid.) | |
| RGProperties4Rec |
Az elérhető oszlopok XML rekord készítéshez.
(Inherited from RecroGrid.) | |
| SelectedColumns |
A lekérdezésben szereplő oszlopok felsorolása.
(Inherited from RecroGrid.) | |
| SessionLanguage |
Gets the session language.
(Inherited from RecroGrid.) | |
| Skeleton |
A RecroGrid HTML kimenete.
(Inherited from RecroGrid.) | |
| StylesheetsReferences |
Stíluslapok az RGO_StyleSheetURLs opciós paraméterből.
(Inherited from RecroGrid.) | |
| Title |
Gets the title.
(Inherited from RecroGrid.) | |
| UserFilter |
Felületen beállított felhasználói szűrő.
(Inherited from RecroGrid.) | |
| ValidProperties |
Gets the valid properties.
(Inherited from RecroGridDynTEntity.) |
| Name | Description | |
|---|---|---|
| AddPropertyXMLAsync |
Form nézet template és az XML rekord egy elemének előállítása.
(Inherited from RecroGrid.) | |
| AddScriptURL |
Script resource URL hozzáadása az RGO_ScriptURLs opciós paraméterhez.
(Inherited from RecroGrid.) | |
| AddStylesheetURL |
Stylesheet resource URL hozzáadása az RGO_StyleSheetURLs opciós paraméterhez.
(Inherited from RecroGrid.) | |
| AddTemplateXMLAsync |
Form nézet template és az XML rekord előállítása.
(Inherited from RecroGrid.) | |
| Alias2ClientName(String) |
Az mező Alias azonosítója alapján visszaadja a kliens nevet.
(Inherited from RecroGrid.) | |
| ColName2ClientName |
Az oszlop neve alapján visszaadja a kliens nevet.
(Inherited from RecroGrid.) | |
| CreateDetailsHtmlAsync |
Form nézet HTML kimenetének előállítása.
(Inherited from RecroGrid.) | |
| CreateHtmlFrame |
Creates the RecroGrid in a web page is wrapped in HTML frame.
(Inherited from RecroGrid.) | |
| CreateUserFilter |
A felhasználó számára módosítható szűrő létrehozása.
(Inherited from RecroGridDynTEntity.) | |
| CreateUserSort |
A lekérdezéshez használt rendezés létrehozása.
(Inherited from RecroGridDynTEntity.) | |
| GetDetailsXSLTAsync |
Form nézet ablak template előállítása.
(Inherited from RecroGrid.) | |
| GetEntityKey |
Gets the entity key.
(Inherited from RecroGridDynTEntity.) | |
| GetGridRecAsync |
Gets the RecroGrid record.
(Inherited from RecroGridETEntity.) | |
| GetKey |
Visszaadja az adathoz tartozó kulcsot.
(Inherited from RecroGrid.) | |
| GetPermissions |
Az aktuális felhasználó jogosultságának lekérdezése a megadott paraméterekhez tartozó objektumhoz.
(Inherited from RecroGrid.) | |
| GetRec(IRGEntityKey) |
Teljes rekord betöltése kulcs alapján, vagy új létrehozása és inicializálása.
(Inherited from RecroGrid.) | |
| GetRec(IRGEntityKey, RecroGridRGServiceParams) |
Teljes rekord betöltése kulcs alapján, vagy új létrehozása és inicializálása.
(Inherited from RecroGridDynTEntity.) | |
| GetRecPermissionAAsync |
Use instead GetRecPermissionAsync(TEntity, NullableInt32) (Inherited from RecroGridDynTEntity.) | |
| GetRecPermissionAsync |
Az aktuális felhasználó jogosultságának lekérdezése a megadott adatrekordhoz.
(Inherited from RecroGridDynTEntity.) | |
| GetRecPermissionIdAsync |
/// Visszaadja az adatrekordban található PermissionId-t.
(Inherited from RecroGridETEntity.) | |
| GetXMLRecAsync(RecroGridRGServiceParams, RecroGridTemplateModeEnum) |
A GetRec(IRGEntityKey, RecroGridRGServiceParams) eredményét adja vissza XML formátumban.
(Inherited from RecroGrid.) | |
| GetXMLRecAsync(Object, Int32, RecroGridTemplateModeEnum) |
Visszaadja a rekordot XML formátumban.
(Inherited from RecroGrid.) | |
| InitializeAsync |
Constructors the asynchronous.
(Inherited from RecroGrid.) | |
| OnClientRecCustomize |
A kliensnek küldendő rekord testreszabása.
(Inherited from RecroGrid.) | |
| OnCreateClientRecAsync |
A kliensnek küldendő egy rekord létrehozása a lekérdezés eredménye alapján.
(Inherited from RecroGrid.) | |
| OnCreateRGQuery |
Az adatbázis lekérdezés összeállítása.
(Inherited from RecroGridETEntity.) | |
| OnCreateSkeleton |
A RecroGrid HTML kimenetének létrehozása
(Inherited from RecroGrid.) | |
| OnCustomFunctionAAsync |
Use instead OnCustomFunctionAsync(RecroTrack, TEntity, RecroGridCustomFunctionEventArgs, RGUIMessages) (Inherited from RecroGridDynTEntity.) | |
| OnCustomFunctionAsync |
A RecroGrid-hez kapcsolt egyedi funkció választása esetén kerül meghívásra.
(Inherited from RecroGridETEntity.) | |
| OnDataExchangeAsync |
Kliensről kapott adatok betöltése a rekordba.
(Inherited from RecroGridDynTEntity.) | |
| OnDeletedRec |
Az entitás sikeres törlése (commit) utáni esemény.
(Inherited from RecroGridETEntity.) | |
| OnDeleteRecAsync |
Az entitás törlése.
(Inherited from RecroGridETEntity.) | |
| OnGetDataAsync |
A paraméternek megfelelő adatok összegyűjtése.
(Inherited from RecroGridETEntity.) | |
| OnGetDynamicPropertyValue |
XML készítésénél az adat meghatározása futásidőben.
(Inherited from RecroGridDynTEntity.) | |
| OnGetRGDataAsync |
Adatok lekérdezésének indítása.
(Inherited from RecroGridETEntity.) | |
| OnInitNewRec |
Új felvitelnél az alapértelmezett értékek megadása.
(Inherited from RecroGridDynTEntity.) | |
| OnPreCreateSkeleton |
Skeleton létrehozása előtt.
(Inherited from RecroGrid.) | |
| OnRGProcessInitAsync |
Egyedi inicializálás kliens callback esetén.
(Inherited from RecroGrid.) | |
| OnTransformDetails |
Form nézet testreszabása.
(Inherited from RecroGridDynTEntity.) | |
| OnUpdatedRec |
Az entitás sikeres módosítása vagy felvitele (commit) utáni esemény.
(Inherited from RecroGridETEntity.) | |
| OnUpdateRecAsync |
Az entitás módosítása vagy új felvitele.
(Inherited from RecroGridETEntity.) | |
| SetFixFilterToRGState |
A FixFilter-t elmenti a GridState-be.
(Inherited from RecroGrid.) | |
| SetParentKey |
Sets the parent key.
(Inherited from RecroGridDynTEntity.) | |
| SetSort |
Rendezés beállítása.
(Inherited from RecroGrid.) |