Method | Description | |
---|---|---|
Error ( INotifier notifier, LocalizedHtmlString message ) : void |
Adds a new UI notification of type Error
|
|
Information ( INotifier notifier, LocalizedHtmlString message ) : void |
Adds a new UI notification of type Information
|
|
Success ( INotifier notifier, LocalizedHtmlString message ) : void |
Adds a new UI notification of type Success
|
|
Warning ( INotifier notifier, LocalizedHtmlString message ) : void |
Adds a new UI notification of type Warning
|
public static Error ( INotifier notifier, LocalizedHtmlString message ) : void | ||
notifier | INotifier | |
message | LocalizedHtmlString | A localized message to display |
return | void |
public static Information ( INotifier notifier, LocalizedHtmlString message ) : void | ||
notifier | INotifier | |
message | LocalizedHtmlString | A localized message to display |
return | void |
public static Success ( INotifier notifier, LocalizedHtmlString message ) : void | ||
notifier | INotifier | |
message | LocalizedHtmlString | A localized message to display |
return | void |
public static Warning ( INotifier notifier, LocalizedHtmlString message ) : void | ||
notifier | INotifier | |
message | LocalizedHtmlString | A localized message to display |
return | void |