Method | Description | |
---|---|---|
ShowError ( this service, string message ) : Answer | ||
ShowError ( this service, string message, IEnumerable |
||
ShowError ( this service, string message, string caption ) : Answer | ||
ShowError ( this service, string message, string caption, IEnumerable |
||
ShowException ( this service, Exception exception, string message = null ) : Answer | ||
ShowInformation ( this service, string message ) : Answer | ||
ShowInformation ( this service, string message, IEnumerable |
||
ShowInformation ( this service, string message, string caption ) : Answer | ||
ShowInformation ( this service, string message, string caption, IEnumerable |
||
ShowQuestion ( this service, string message ) : Answer | ||
ShowQuestion ( this service, string message, IEnumerable |
||
ShowQuestion ( this service, string message, string caption ) : Answer | ||
ShowQuestion ( this service, string message, string caption, IEnumerable |
||
ShowWarning ( this service, string message ) : Answer | ||
ShowWarning ( this service, string message, IEnumerable |
||
ShowWarning ( this service, string message, string caption ) : Answer | ||
ShowWarning ( this service, string message, string caption, IEnumerable |
Method | Description | |
---|---|---|
CreateViewModel ( string message, string caption = null, IEnumerable |
||
PerformDialogDisplay ( IDialogService |
public static ShowError ( this service, string message ) : Answer | ||
service | this | |
message | string | |
return | Answer |
public static ShowError ( this service, string message, IEnumerable |
||
service | this | |
message | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowError ( this service, string message, string caption ) : Answer | ||
service | this | |
message | string | |
caption | string | |
return | Answer |
public static ShowError ( this service, string message, string caption, IEnumerable |
||
service | this | |
message | string | |
caption | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowException ( this service, Exception exception, string message = null ) : Answer | ||
service | this | |
exception | Exception | |
message | string | |
return | Answer |
public static ShowInformation ( this service, string message ) : Answer | ||
service | this | |
message | string | |
return | Answer |
public static ShowInformation ( this service, string message, IEnumerable |
||
service | this | |
message | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowInformation ( this service, string message, string caption ) : Answer | ||
service | this | |
message | string | |
caption | string | |
return | Answer |
public static ShowInformation ( this service, string message, string caption, IEnumerable |
||
service | this | |
message | string | |
caption | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowQuestion ( this service, string message ) : Answer | ||
service | this | |
message | string | |
return | Answer |
public static ShowQuestion ( this service, string message, IEnumerable |
||
service | this | |
message | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowQuestion ( this service, string message, string caption ) : Answer | ||
service | this | |
message | string | |
caption | string | |
return | Answer |
public static ShowQuestion ( this service, string message, string caption, IEnumerable |
||
service | this | |
message | string | |
caption | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowWarning ( this service, string message ) : Answer | ||
service | this | |
message | string | |
return | Answer |
public static ShowWarning ( this service, string message, IEnumerable |
||
service | this | |
message | string | |
possibleAnswers | IEnumerable |
|
return | Answer |
public static ShowWarning ( this service, string message, string caption ) : Answer | ||
service | this | |
message | string | |
caption | string | |
return | Answer |
public static ShowWarning ( this service, string message, string caption, IEnumerable |
||
service | this | |
message | string | |
caption | string | |
possibleAnswers | IEnumerable |
|
return | Answer |