C# 클래스 Rebel.Cms.Web.Model.BackOffice.Editors.NotificationMessage

Represents a notification sent to the admin in the back-office
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Override equals operator as messages will be the same with the same id

GetHashCode ( ) : int

Override GetHashCode as messages will be the same with the same id

NotificationMessage ( ) : System

Constructor

NotificationMessage ( string msg ) : System
NotificationMessage ( string msg, NotificationType type ) : System
NotificationMessage ( string msg, string title ) : System

Constructor with message, notification type defaults to Info

NotificationMessage ( string msg, string title, NotificationType type ) : System

Constructor with message and type

메소드 상세

Equals() 공개 메소드

Override equals operator as messages will be the same with the same id
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Override GetHashCode as messages will be the same with the same id
public GetHashCode ( ) : int
리턴 int

NotificationMessage() 공개 메소드

Constructor
public NotificationMessage ( ) : System
리턴 System

NotificationMessage() 공개 메소드

public NotificationMessage ( string msg ) : System
msg string
리턴 System

NotificationMessage() 공개 메소드

public NotificationMessage ( string msg, NotificationType type ) : System
msg string
type NotificationType
리턴 System

NotificationMessage() 공개 메소드

Constructor with message, notification type defaults to Info
public NotificationMessage ( string msg, string title ) : System
msg string
title string
리턴 System

NotificationMessage() 공개 메소드

Constructor with message and type
public NotificationMessage ( string msg, string title, NotificationType type ) : System
msg string
title string
type NotificationType
리턴 System