Skip to main content
A newer version of this page is available. .

Messaging Members

Provides methods used to display message boxes in Windows Forms XAF applications.

Constructors

Name Description
Messaging(XafApplication) Creates a new instance of the Messaging class.

Fields

Name
AlwaysShowExtendedException static

Properties

Name Description
DefaultMessaging static Specifies the default messaging.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMessaging(XafApplication) static Returns a new Messaging instance for a specific XafApplication.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUserChoice(String, String, MessageBoxButtons) Displays a warning message box with specified message text, caption and buttons.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(Exception) Displays a message box.
Show(String, Exception) Displays a message box.
Show(String, String, MessageBoxButtons, MessageBoxIcon) Displays a message box.
Show(String, String) Displays a message box.
ShowException(String)
ShowExtendedException(String, Exception)
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ConfirmationDialogClosed static Occurs after the confirmation dialog is closed.
See Also