KAMISHIBAI
PresentationServiceBase Member List

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

CloseDialogAsync(bool dialogResult, object? window=null) (defined in PresentationServiceBase)PresentationServiceBase
CloseWindowAsync(object? window=null) (defined in PresentationServiceBase)PresentationServiceBase
GetNavigationFrame(string frameName="") (defined in PresentationServiceBase)PresentationServiceBase
GoBackAsync(string frameName="") (defined in PresentationServiceBase)PresentationServiceBaseinline
NavigateAsync(Type viewModelType, string frameName="") (defined in PresentationServiceBase)PresentationServiceBaseinline
NavigateAsync< TViewModel >(string frameName="") (defined in PresentationServiceBase)PresentationServiceBaseinline
NavigateAsync< TViewModel >(TViewModel viewModel, string frameName="") (defined in PresentationServiceBase)PresentationServiceBaseinline
NavigateAsync< TViewModel >(Action< TViewModel > init, string frameName="") (defined in PresentationServiceBase)PresentationServiceBaseinline
OpenDialogAsync(Type viewModelType, object? owner=null, OpenDialogOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenDialogAsync< TViewModel >(object? owner=null, OpenDialogOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenDialogAsync< TViewModel >(TViewModel viewModel, object? owner=null, OpenDialogOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenDialogAsync< TViewModel >(Action< TViewModel > init, object? owner=null, OpenDialogOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenFile(OpenFileDialogContext context) (defined in PresentationServiceBase)PresentationServiceBase
OpenWindowAsync(Type viewModelType, object? owner=null, OpenWindowOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenWindowAsync< TViewModel >(object? owner=null, OpenWindowOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenWindowAsync< TViewModel >(TViewModel viewModel, object? owner=null, OpenWindowOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
OpenWindowAsync< TViewModel >(Action< TViewModel > init, object? owner=null, OpenWindowOptions? options=null) (defined in PresentationServiceBase)PresentationServiceBase
PresentationServiceBase(IServiceProvider serviceProvider, INavigationFrameProvider navigationFrameProvider, IWindowService windowService) (defined in PresentationServiceBase)PresentationServiceBaseinline
SaveFile(SaveFileDialogContext context) (defined in PresentationServiceBase)PresentationServiceBase
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 PresentationServiceBase)PresentationServiceBase