UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Interface IDialogNavigator

    Represents a navigator for dialogs that can show child dialogs or close the current dialog.

    Inherited Members
    IDialogPresenter.CanShowDialog
    IDialogPresenter.RootServices
    IDialogPresenter.TaskRunner
    IDialogPresenter.CreateDialogViewModel<TViewModel>(params object[])
    IDialogPresenter.ShowDialogAsync(IDialogViewModel)
    IDialogPresenter.ShowDialogAsync<TResult>(IDialogViewModel<TResult>)
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public interface IDialogNavigator : IDialogPresenter

    Methods

    Name Description
    Close()

    Closes the dialog this navigator is assigned to. Throws InvalidOperationException if the dialog is not currently the top showing dialog.

    Extension Methods

    DialogPresenterExtensions.ShowMessageDialogAsync(IDialogPresenter, MessageDialogOptions)
    DialogPresenterExtensions.ShowMessageDialogAsync(IDialogPresenter, string)
    DialogPresenterExtensions.ShowMessageDialogAsync(IDialogPresenter, string, IEnumerable<string>)
    DialogPresenterExtensions.ShowMessageDialogAsync(IDialogPresenter, string, string)
    DialogPresenterExtensions.ShowMessageDialogAsync(IDialogPresenter, string, string, IEnumerable<string>)
    © Singulink. All rights reserved.