Table of Contents

Class IWindowDialogServiceExtensions

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Extension methods for the IWindowDialogService interface.

public static class IWindowDialogServiceExtensions
Inheritance
IWindowDialogServiceExtensions

Methods

OpenDirectoryPickerDialogWithOnlyUsersAndGroups(IWindowDialogService, params string[])
Show(IWindowDialogService, string, IBaseDialogParameter)

Shows a view with the specified view name and dialog parameter.

Show(IWindowDialogService, string, IBaseDialogParameter, Action<IDialogResult>)

Shows a view with the specified view name, dialog parameter, and callback action.

ShowDialog(IWindowDialogService, string, IBaseDialogParameter)

Shows a dialog with the specified view name and dialog parameter.

ShowDialog(IWindowDialogService, string, IBaseDialogParameter, Action<IDialogResult>)

Shows a dialog with the specified view name, dialog parameter, and callback action.

ShowDialog<T>(IWindowDialogService, IBaseDialogParameter)

Shows a dialog of type T with the specified dialog parameter.

ShowDialog<T>(IWindowDialogService, IBaseDialogParameter, Action<IDialogResult>)

Shows a dialog of type T with the specified dialog parameter and callback action.