C# 클래스 withSIX.Core.Applications.Services.DialogManagerContract

상속: IDialogManager
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
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

메소드 상세

BrowseForFile() 공개 메소드

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

BrowseForFolder() 공개 메소드

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

ExceptionDialog() 공개 메소드

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

MessageBox() 공개 메소드

public MessageBox ( MessageBoxDialogParams dialogParams ) : Task
dialogParams MessageBoxDialogParams
리턴 Task