C# Класс OrchardCore.DisplayManagement.Notify.NotifierExtensions

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

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

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

Описание методов

Error() публичный статический Метод

Adds a new UI notification of type Error
public static Error ( INotifier notifier, LocalizedHtmlString message ) : void
notifier INotifier
message LocalizedHtmlString A localized message to display
Результат void

Information() публичный статический Метод

Adds a new UI notification of type Information
public static Information ( INotifier notifier, LocalizedHtmlString message ) : void
notifier INotifier
message LocalizedHtmlString A localized message to display
Результат void

Success() публичный статический Метод

Adds a new UI notification of type Success
public static Success ( INotifier notifier, LocalizedHtmlString message ) : void
notifier INotifier
message LocalizedHtmlString A localized message to display
Результат void

Warning() публичный статический Метод

Adds a new UI notification of type Warning
public static Warning ( INotifier notifier, LocalizedHtmlString message ) : void
notifier INotifier
message LocalizedHtmlString A localized message to display
Результат void