public class RGEntity
Category | Gets the category. |
EntityComment | Developer/Administrator note for the entity. |
EntityId | Entity identifier. |
EntityName | The entity name used in the code. |
EntityObjectType | Gets the type of the entity object. |
EntityTypeName | Gets the name of the entity type. |
EntityVersion | The entity's version. (a-z,0-9) |
NameVersion | Concatenation of the Entity's name and version with "_" character |
PermissionObjectName |
A name used for checking authorization. Default: RGO_RecroSec option, if not specified, then the name of the Entity. |
RGProperties | Gets the RGProperties. |
RowVersionName | Gets the name of the row version. |
StoredRGProperties |
RGProperties.
Obsolete. |
TitleValue | Gets the stored title of the entity displayed on the GUI. |
TypeDefinition |
The complete type definition of the entity (with assembly name) that can be created at runtime. In case of Category=SQL, the select statement in NSQL format. |
CreateKey(IRGDataContext, DictionaryString, Object, String) | Creates the key. |
CreateKey(IRGDataContext, String, Object) | Creates the key. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetBoolOption | Gets the value of an option as bool. |
GetGroupTitle | Gets the title of the Tab.Group. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetIntOption | Gets the value of an option as int. |
GetMenuTitle | Gets the evaluated title of Menu. |
GetOptions | It returns all the option settings. |
GetOptionString | Gets the value of an option as string. |
GetRGEntity(IRGFLogger, IRGDataContext, Int32, Type) | Returns the RecroGrid Entity object based on the Id. |
GetRGEntity(IRGFLogger, IRGDataContext, String, String) | Returns the RecroGrid Entity object based on the Name. |
GetTabTitle | Gets the title of the Tab. |
GetTitle | Gets the evaluated title of the entity displayed on the GUI. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SaveRGOptionsAsync | Saves the options to database. |
SaveRGPropertiesAsync | It stores the properties in the database, then reads them back from the database. |
SetOptionValue | Sets the value of an option. |
SetTitle | Sets the title of the entity displayed on the GUI. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryCreateKey | Creating a key based on clientNames. |
TryGetOptionValue | Tries the get value of an option. |