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.ShowDialogAsync(IDialogViewModel)
    IDialogPresenter.ShowDialogAsync<TResult>(IDialogViewModel<TResult>)
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public interface IDialogNavigator : IDialogPresenter

    Properties

    Name Description
    TaskRunner

    Gets the task runner for this navigator. This property can be accessed from any thread.

    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.