C# Class withSIX.Core.Applications.Services.DialogManagerContract

Inheritance: IDialogManager
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method 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 method

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

BrowseForFolder() public method

public BrowseForFolder ( string selectedPath = null, string title = null ) : Task
selectedPath string
title string
return Task

ExceptionDialog() public method

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

MessageBox() public method

public MessageBox ( MessageBoxDialogParams dialogParams ) : Task
dialogParams MessageBoxDialogParams
return Task