Recrovit.RecroGridFramework Namespace

 

Classes

RecroDict The RecroDict is an independent, standalone multilingual dictionary module that can be used on its own.
RecroDictService Represents a service for managing and retrieving localized strings from RecroDict.
RecroGrid RecroGrid base class.
RecroGrid.ColumnDefs Column definition to be sent to the client side.
RecroGrid.CustomFunctionEventArgs Helper class for executing custom functionality in RecroGrid List view.
RecroGrid.RGClientColumn Helper class for customizing the field to be sent to the client.
RecroGrid.RGEntity RecroGrid Entity.
RecroGrid.RGFilter Filter helper class.
RecroGrid.RGFilter.RGCondition Represents a condition for filtering.
RecroGrid.RGGetDataParam Parameters of data query.
RecroGrid.RGOption RecroGrid option setting class.
RecroGrid.RGProperty The properties of the single element of the RGF Entity.
RecroGrid.RGServiceParams Helper class used for communication between client and server.
RecroGrid.RGServiceParamsBinder RGServiceParamsBinder
RecroGrid.RGState RecroGrid Status
RecroGrid.TemplateParams Parameters for creating a template.
RecroGridBaseController The RecroGrid Controller.
RecroGridConfig RecroGridConfig
RecroGridContext RecroGridContext
RecroGridDBC<TEntity> RecroGrid base class for handling DbContext-based data.
Obsolete.
RecroGridDyn<TEntity> This is a base class for non-database stored data.
RecroGridE<TEntity> RecroGrid base class for data stored in the database.
RecroTrack The RecroTrack is an independent, standalone module for tracking data changes and versions.
RecroTrackA The RecroTrack is an independent, standalone module for tracking data changes and versions.
RGAccessDeniedException RecroGrid permission exception.
RGClientParam Update and Delete methods get the parameters, that contain the data from the client and entity properties.
RGCustomException RecroGrid Exception base class.
RGDictionaryCallbackParam Parameters to fill dictionary in case of Callback type.
RGFDatabaseNotInitializedException RGF Database not initialized exception
RGFLogger 
RgfNotMappedAttribute Denotes that a property or class should be excluded from RGF Property mapping.
RGFormViewModel Model Class for the Partial View to create RecroGrid Form View.
RGUIMessages Message to User on client-side.

Interfaces

IRecroGridContext IRecroGridContext
IRecroGridDelete Interface for deleting data.
IRecroGridInitNew Interface for new data rec initialization.
IRecroGridRec Defining all interfaces belonging to RecroGrid in the entity.
IRecroGridUpdate Interface for data modification or new entry.
IRGFLogger 

Enumerations

RecroGrid.RGEntity.CategoryEnum RecroGrid category.
RecroGrid.RGFilter.LogicalOperatorEnum Logical operators for filtering.
RecroGrid.RGFilter.SQLOperatorEnum SQL operators for filtering.
RecroGrid.RGOption.OptionKeys Predefined options in RecroGrid.
RecroGrid.RGOption.OptionKeysD Dynamical options on server side.
RecroGrid.RGProperty.FormTypeEnum The types used in the RGF Form view.
RecroGrid.RGProperty.ListTypeEnum The types used in the List view on the RGF client side.
RecroGrid.TemplateModeEnum Modes of template generation.
RGUIMessages.MessageTypeEnum Represents the type of message in the RecroGrid Framework.