RGUIMessages Class

Message to User on client-side.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public class RGUIMessages : IRgfFormValidationMessages
Inheritance
Object    RGUIMessages
Implements
IRgfFormValidationMessages

Constructors

RGUIMessagesInitializes a new instance of the RGUIMessages class

Properties

ErrorCount Gets the number of messages.
InfoCount Gets the number of information messages.
WarningCount Gets the number of warning messages.

Methods

AddError Adds a new error message.
AddFieldErrorMessage Adds a field error message.
AddFormErrorMessage Adds a form error message.
AddInfo Adds a new information message.
AddMessage Adds a message of the specified type.
AddWarning Adds a new warning message.
Clear Clears the messages of the specified type.
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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also