Class Notification
A data stucture for implementing simple notifications.
Inheritance
System.Object
Notification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Notification
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 DateTime? TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |