C# Class ReactiveDialog.DialogServiceExtensions

ファイルを表示 Open project: jcomtois/ReactiveDialog

Public Methods

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

Private Methods

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

Method Details

ShowError() public static method

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

ShowError() public static method

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

ShowError() public static method

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

ShowError() public static method

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

ShowException() public static method

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

ShowInformation() public static method

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

ShowInformation() public static method

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

ShowInformation() public static method

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

ShowInformation() public static method

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

ShowQuestion() public static method

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

ShowQuestion() public static method

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

ShowQuestion() public static method

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

ShowQuestion() public static method

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

ShowWarning() public static method

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

ShowWarning() public static method

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

ShowWarning() public static method

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

ShowWarning() public static method

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