C# Class withSIX.Core.Presentation.Legacy.ConsoleDialogManager

Inheritance: IDialogManager
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
BrowseForFile ( string initialDirectory = null, string title = null, string defaultExt = null, bool checkFileExists = true ) : Task
BrowseForFolder ( string selectedPath = null, string title = null ) : Task
ExceptionDialog ( Exception e, string message, string title = null, object owner = null ) : Task
MessageBox ( MessageBoxDialogParams dialogParams ) : Task

Method Details

BrowseForFile() public méthode

public BrowseForFile ( string initialDirectory = null, string title = null, string defaultExt = null, bool checkFileExists = true ) : Task
initialDirectory string
title string
defaultExt string
checkFileExists bool
Résultat Task

BrowseForFolder() public méthode

public BrowseForFolder ( string selectedPath = null, string title = null ) : Task
selectedPath string
title string
Résultat Task

ExceptionDialog() public méthode

public ExceptionDialog ( Exception e, string message, string title = null, object owner = null ) : Task
e System.Exception
message string
title string
owner object
Résultat Task

MessageBox() public méthode

public MessageBox ( MessageBoxDialogParams dialogParams ) : Task
dialogParams withSIX.Core.Applications.Services.MessageBoxDialogParams
Résultat Task