Click or drag to resize

IRecroGridRec Interface

Defining all interfaces belonging to RecroGrid in the entity.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public interface IRecroGridRec : IRecroGridUpdate, 
	IRecroGridDelete, IRecroGridInitNew

The IRecroGridRec type exposes the following members.

Methods
  NameDescription
Public methodCode exampleRecroGridDelete
Method of deleting data.
(Inherited from IRecroGridDelete.)
Public methodCode exampleRecroGridInitNew
Call before initialization event.
(Inherited from IRecroGridInitNew.)
Public methodCode exampleRecroGridUpdate
Method of data modification or new entry.
(Inherited from IRecroGridUpdate.)
Top
See Also