|  | RecroGridRGEntity Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Recrovit.RecroGridFramework
 Syntax
Syntaxpublic class RGEntity
The RecroGridRGEntity type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Category | 
            Meghatározza az Entitás kategóriáját.
             | 
|  | EntityComment | 
            Fejlesztői/Adminisztrátori megjegyzés az entitáshoz.
             | 
|  | EntityId | 
            Entitás azonosítója.
             | 
|  | EntityName | 
            Az entitás kódban használatos neve.
             | 
|  | EntityObjectType | 
            Gets the type of the entity object.
             | 
|  | EntityTypeName | 
            Gets the name of the entity type.
             | 
|  | EntityVersion | 
            Az entitás verziója. (a-z,0-9)
             | 
|  | NameVersion | 
            Az Entitás nevének és verziójának konkatenálása "_" karakterrel
             | 
|  | PermissionObjectName | 
            A jogosultság ellenőrzésére használt név. Default: RGO_RecroSec opció, ha az nincs megadva, akkor az Entitás neve.
             | 
|  | RowVersionName | 
            Gets the name of the row version.
             | 
|  | StoredRGProperties | 
            Gets the stored RGProperties.
             | 
|  | Title | 
            Az entitás GUI-n megjelenő nevének beállítása.
             | 
|  | TypeDefinition | 
            Az entitás teljes (assembly névvel) típus definíciója, ami alapján runtime létrehozható. Category=SQL esetén select statement NSQL formátumban. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateKey(IRGDataContext, DictionaryString, Object, String) | 
            Creates the key.
             | 
|  | CreateKey(IRGDataContext, String, Object) | 
            Creates the key.
             | 
|  | GetBoolOption | 
            Gets the value of an option as bool.
             | 
|  | GetOptions | 
            Visszaadja az összes opciós beállítást.
             | 
|  | GetOptionString | 
            Gets the value of an option as string.
             | 
|   | GetRGEntity(IRGDataContext, Int32, Type) | 
            Visszaadja a RecroGrid Entity objektumot az Id alapján.
             | 
|   | GetRGEntity(IRGDataContext, String, String) | 
            Visszaadja a RecroGrid Entity objektumot a Név alapján.
             | 
|  | GetTitle | 
            Az entitás GUI-n megjelenő neve.
             | 
|  | SaveRGOptionsAsync | 
            Saves the options to database.
             | 
|  | SaveRGPropertiesAsync | 
            A tulajdonságok tárolása adatbázisba, majd újraolvassa az adatbázisból.
             | 
|  | SetOptionValue | 
            Sets the value of an option.
             | 
|  | TryCreateKey | 
            Kulcs létrehozása kliens nevekkel megjelölt szótárból.
             | 
|  | TryGetOptionValue | 
            Tries the get value of an option.
             | 
 See Also
See Also