C# 클래스 ReactiveDialog.DialogServiceExtensions

파일 보기 프로젝트 열기: jcomtois/ReactiveDialog

공개 메소드들

메소드 설명
ShowError ( this service, string message ) : Answer
ShowError ( this service, string message, IEnumerable possibleAnswers ) : Answer
ShowError ( this service, string message, string caption ) : Answer
ShowError ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
ShowException ( this service, Exception exception, string message = null ) : Answer
ShowInformation ( this service, string message ) : Answer
ShowInformation ( this service, string message, IEnumerable possibleAnswers ) : Answer
ShowInformation ( this service, string message, string caption ) : Answer
ShowInformation ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
ShowQuestion ( this service, string message ) : Answer
ShowQuestion ( this service, string message, IEnumerable possibleAnswers ) : Answer
ShowQuestion ( this service, string message, string caption ) : Answer
ShowQuestion ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
ShowWarning ( this service, string message ) : Answer
ShowWarning ( this service, string message, IEnumerable possibleAnswers ) : Answer
ShowWarning ( this service, string message, string caption ) : Answer
ShowWarning ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer

비공개 메소드들

메소드 설명
CreateViewModel ( string message, string caption = null, IEnumerable possibleAnswers = null, StockUserErrorIcon icon = StockUserErrorIcon.Notice ) : IDialogViewModel
PerformDialogDisplay ( IDialogService service, string message, string caption, IEnumerable possibleAnswers, StockUserErrorIcon icon ) : Answer

메소드 상세

ShowError() 공개 정적인 메소드

public static ShowError ( this service, string message ) : Answer
service this
message string
리턴 Answer

ShowError() 공개 정적인 메소드

public static ShowError ( this service, string message, IEnumerable possibleAnswers ) : Answer
service this
message string
possibleAnswers IEnumerable
리턴 Answer

ShowError() 공개 정적인 메소드

public static ShowError ( this service, string message, string caption ) : Answer
service this
message string
caption string
리턴 Answer

ShowError() 공개 정적인 메소드

public static ShowError ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
service this
message string
caption string
possibleAnswers IEnumerable
리턴 Answer

ShowException() 공개 정적인 메소드

public static ShowException ( this service, Exception exception, string message = null ) : Answer
service this
exception Exception
message string
리턴 Answer

ShowInformation() 공개 정적인 메소드

public static ShowInformation ( this service, string message ) : Answer
service this
message string
리턴 Answer

ShowInformation() 공개 정적인 메소드

public static ShowInformation ( this service, string message, IEnumerable possibleAnswers ) : Answer
service this
message string
possibleAnswers IEnumerable
리턴 Answer

ShowInformation() 공개 정적인 메소드

public static ShowInformation ( this service, string message, string caption ) : Answer
service this
message string
caption string
리턴 Answer

ShowInformation() 공개 정적인 메소드

public static ShowInformation ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
service this
message string
caption string
possibleAnswers IEnumerable
리턴 Answer

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( this service, string message ) : Answer
service this
message string
리턴 Answer

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( this service, string message, IEnumerable possibleAnswers ) : Answer
service this
message string
possibleAnswers IEnumerable
리턴 Answer

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( this service, string message, string caption ) : Answer
service this
message string
caption string
리턴 Answer

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
service this
message string
caption string
possibleAnswers IEnumerable
리턴 Answer

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( this service, string message ) : Answer
service this
message string
리턴 Answer

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( this service, string message, IEnumerable possibleAnswers ) : Answer
service this
message string
possibleAnswers IEnumerable
리턴 Answer

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( this service, string message, string caption ) : Answer
service this
message string
caption string
리턴 Answer

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( this service, string message, string caption, IEnumerable possibleAnswers ) : Answer
service this
message string
caption string
possibleAnswers IEnumerable
리턴 Answer