Class Notification
A data stucture for implementing simple notifications.
Inheritance
System.Object
Notification
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Notification : object
Constructors
Notification()
Creates a new instance of this class
Declaration
public Notification()
Properties
IsActive
If this flag is true then this notification is set.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name of this notification.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeStamp
TimeStamp when the notification was checked. Ensure that notification was happened before that time stamp
Declaration
public System.Nullable<System.DateTime> TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |