C# 클래스 Artemis.Services.DialogService

파일 보기 프로젝트 열기: SpoinkyNL/Artemis

공개 메소드들

메소드 설명
ShowErrorMessageBox ( Exception e ) : void
ShowErrorMessageBox ( string message ) : void
ShowInputDialog ( string title, string message, MetroDialogSettings settings = null ) : Task
ShowMessageBox ( string title, string message ) : void
ShowOpenDialog ( string &path, string defaultExt, string filter, string initialDir = null ) : bool
ShowQuestionMessageBox ( string title, string message ) : Task

메소드 상세

ShowErrorMessageBox() 공개 메소드

public ShowErrorMessageBox ( Exception e ) : void
e System.Exception
리턴 void

ShowErrorMessageBox() 공개 메소드

public ShowErrorMessageBox ( string message ) : void
message string
리턴 void

ShowInputDialog() 공개 추상적인 메소드

public abstract ShowInputDialog ( string title, string message, MetroDialogSettings settings = null ) : Task
title string
message string
settings MahApps.Metro.Controls.Dialogs.MetroDialogSettings
리턴 Task

ShowMessageBox() 공개 추상적인 메소드

public abstract ShowMessageBox ( string title, string message ) : void
title string
message string
리턴 void

ShowOpenDialog() 공개 추상적인 메소드

public abstract ShowOpenDialog ( string &path, string defaultExt, string filter, string initialDir = null ) : bool
path string
defaultExt string
filter string
initialDir string
리턴 bool

ShowQuestionMessageBox() 공개 추상적인 메소드

public abstract ShowQuestionMessageBox ( string title, string message ) : Task
title string
message string
리턴 Task