Click or drag to resize

RGUIMessages Class

Message to User on client-side.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRGUIMessages

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public class RGUIMessages

The RGUIMessages type exposes the following members.

Constructors
  NameDescription
Public methodRGUIMessages
Initializes a new instance of the RGUIMessages class
Top
Properties
  NameDescription
Public propertyErrorCount
Gets the number of messages.
Public propertyInfoCount
Public propertyWarningCount
Top
Methods
  NameDescription
Public methodAddError
Add new error message.
Public methodAddInfo
Add new information message.
Public methodAddMessage
Public methodAddWarning
Add new warning message.
Public methodClear
Top
See Also