public class Notification : INotification,
INotifyPropertyChangedPublic Class Notification
Implements INotification, INotifyPropertyChangedtype Notification =
class
interface INotification
interface INotifyPropertyChanged
end| Notification | Initializes a new instance of the Notification class. |
| Notification(String, String, NotificationType, NullableTimeSpan, Action, Action) | Initializes a new instance of the Notification class. |
| Expiration | Gets the expiration time of the notification after which it will automatically close. If the value is Zero then the notification will remain open until the user closes it. |
| Message | Gets the notification message. |
| OnClick | Gets an Action to be run when the notification is clicked. |
| OnClose | Gets an Action to be run when the notification is closed. |
| Title | Gets the Title of the notification. |
| Type | Gets the NotificationType of the notification. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged(String) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |