RecroGridRGEntity Class

RecroGrid Entity.

Definition

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

Properties

CategoryGets 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.

Methods

CreateKey(IRGDataContext, DictionaryString, Object, String) Creates the key.
CreateKey(IRGDataContext, String, Object) Creates the key.
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)
GetBoolOption Gets the value of an option as bool.
GetGroupTitle Gets the title of the Tab.Group.
GetHashCodeServes as the default hash function.
(Inherited from Object)
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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns 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.

See Also