C# Class OrchardCore.DisplayManagement.Notify.NotifierExtensions

Afficher le fichier Open project: herenwei/orchardcorechinesedocument

Méthodes publiques

Méthode 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

Method Details

Error() public static méthode

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
Résultat void

Information() public static méthode

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
Résultat void

Success() public static méthode

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
Résultat void

Warning() public static méthode

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
Résultat void