Class NotificationUpdateModel
This model represents the inputs for a notification message update call within the Inspire application.
Inheritance
System.Object
NotificationUpdateModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Notifications
Assembly: Vasont.Publisher.Models.dll
Syntax
public class NotificationUpdateModel
Properties
| Improve this Doc View SourceState
Gets or sets the notification state of the message.
Declaration
public NotificationState State { get; set; }
Property Value
Type | Description |
---|---|
NotificationState |