C# Класс ReactiveDialog.DialogServiceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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