Property | Type | Description |
---|
Method | Description | |
---|---|---|
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
|
public NotificationMessage ( string msg ) : System | ||
msg | string | |
return | System |
public NotificationMessage ( string msg, NotificationType type ) : System | ||
msg | string | |
type | NotificationType | |
return | System |
public NotificationMessage ( string msg, string title ) : System | ||
msg | string | |
title | string | |
return | System |
public NotificationMessage ( string msg, string title, NotificationType type ) : System | ||
msg | string | |
title | string | |
type | NotificationType | |
return | System |