Class WindowDialogServiceBase
public class WindowDialogServiceBase : DialogService, IWindowDialogService, IDialogService
- Inheritance
-
WindowDialogServiceBase
- Implements
-
IDialogService
- Extension Methods
Constructors
- WindowDialogServiceBase(IContainerExtension)
Constructor
Fields
Methods
- Ask(string)
Asks a question and returns a boolean value indicating the user's response.
- Ask(string, string)
Asks a question with the specified title and returns a boolean value indicating the user's response.
- Ask(string, string, out string)
Asks a question with the specified title and returns a boolean value indicating the user's response.
- Ask(string, string, out string, bool)
Asks a question with the specified title and returns a boolean value indicating the user's response.
- AskWithCombo(string, string, out object, IList)
Asks a question with the specified title and returns a boolean value indicating the user's response.
- CloseDialog(string)
This method closes a dialog associated with the given key.
- ConfigureDialogWindowContent(string, IDialogWindow, IDialogParameters)
Configure Prism.Services.Dialogs.IDialogWindow content.
- ConfigureDialogWindowProperties(IDialogWindow, FrameworkElement, IDialogAware)
Configure Prism.Services.Dialogs.IDialogWindow properties.
- CreateDialogWindow(string)
Create a new Prism.Services.Dialogs.IDialogWindow.
- IsWindowOpen(string)
Checks if a window dialog with the given key is open.
- OpenActiveDirectoryPickerDialog(DirectoryObjectDialogOptions, params string[])
Opens a directory picker dialog and returns a list of selected directory security identifiers.
- OpenFileDialog(string)
Opens a file dialog for selecting a file to open.
- OpenFileDialogMultiSelect(string)
Opens a file dialog for selecting multiple files to open.
- OpenFolderBrowserDialog(string, SpecialFolder)
Opens a folder browser dialog for selecting a folder.
- PrintVisual(Visual)
Prints the specified visual.
- SaveFileDialog(string, string)
Opens a file dialog for selecting a file to save.
- ShowError(string)
Shows an error dialog with the specified error.
- ShowError(string, string)
Shows an error dialog with the specified error and title.
- ShowInformation(string, bool)
Shows an information dialog with the specified information.
- ShowInformation(string, string, bool)
Shows an information dialog with the specified information and title.
- ShowWarning(string)
Shows a warning dialog with the specified warning.
- ShowWarning(string, string)
Shows a warning dialog with the specified warning and title.