Skip to main content

DialogService Members

A service that is used to show dialogs on the client.

Constructors

Name Description
DialogService(FrameworkElement) Initializes a new instance of the DialogService class with the specified view.

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.
GetParentWindow() Returns the dialog’s parent window.
GetType() Gets the Type of the current instance. Inherited from Object.
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.
ShowError(String, String) Shows the error dialog with the specified text and caption.
ShowInformation(String, String) Shows the information dialog with the specified text and caption.
ShowOpenFileDialog(String, String, out String) Shows the Open dialog with the specified settings.
ShowOpenFileDialog(String, String) Shows the Open dialog with the specified settings.
ShowSaveFileDialog(String, String, Int32, String, String) Shows the Save File dialog with the specified parameters.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also