C# 클래스 OrchardCore.DisplayManagement.Notify.NotifierExtensions

파일 보기 프로젝트 열기: herenwei/orchardcorechinesedocument

공개 메소드들

메소드 설명
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