KAMISHIBAI
IPresentationServiceBase Member List

This is the complete list of members for IPresentationServiceBase, including all inherited members.

CanGoBack(string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
CloseDialogAsync(bool dialogResult, object? window=null) (defined in IPresentationServiceBase)IPresentationServiceBase
CloseWindowAsync(object? window=null) (defined in IPresentationServiceBase)IPresentationServiceBase
GetNavigationFrame(string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
GoBackAsync(string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
NavigateAsync(Type viewModelType, string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
NavigateAsync< TViewModel >(string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
NavigateAsync< TViewModel >(TViewModel viewModel, string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
NavigateAsync< TViewModel >(Action< TViewModel > init, string frameName="") (defined in IPresentationServiceBase)IPresentationServiceBase
OpenDialogAsync(Type viewModelType, object? owner=null, OpenDialogOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenDialogAsync< TViewModel >(object? owner=null, OpenDialogOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenDialogAsync< TViewModel >(TViewModel viewModel, object? owner=null, OpenDialogOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenDialogAsync< TViewModel >(Action< TViewModel > init, object? owner=null, OpenDialogOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenFile(OpenFileDialogContext context) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenWindowAsync(Type viewModelType, object? owner=null, OpenWindowOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenWindowAsync< TViewModel >(object? owner=null, OpenWindowOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenWindowAsync< TViewModel >(TViewModel viewModel, object? owner=null, OpenWindowOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
OpenWindowAsync< TViewModel >(Action< TViewModel > init, object? owner=null, OpenWindowOptions? options=null) (defined in IPresentationServiceBase)IPresentationServiceBase
SaveFile(SaveFileDialogContext context) (defined in IPresentationServiceBase)IPresentationServiceBase
ShowMessage(string messageBoxText, string caption="", MessageBoxButton button=MessageBoxButton.OK, MessageBoxImage icon=MessageBoxImage.None, MessageBoxResult defaultResult=MessageBoxResult.None, MessageBoxOptions options=MessageBoxOptions.None, object? owner=null) (defined in IPresentationServiceBase)IPresentationServiceBase