dundas.notifications.Notification Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.notifications.Notification
 

Constructors

 
  Name Description
init Initializes the dundas.notifications.Notification object.
 
 

Properties

 
  Name Description
accountId Gets the account identifier of the notification creator.
accountInfo Gets or sets the account info.
conditions Gets or sets the conditions of data-driven notifications.
conditionsOperator Gets or sets the logical operator, when multiple conditions are defined within.
content Gets or sets the notification content.
contentItems Gets or sets the list of notification content items.
deliverySettings Gets or sets the delivery settings.
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
id Gets the ID of the notification. Inherited from dundas.data.DescriptorBase.
isSavedOnServer Gets or sets a value indicating whether this notification has been saved on the server.
isValid Gets or sets a value indicating whether or not this notification is valid.
lastDeliveryDate Gets or sets the last date the notification was delivered.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
notificationCondition Gets or sets the interaction condition of Correction or Note notifications.
notificationKind Gets or sets the notification kind.
schedule Gets or sets the schedule.
tenantId Gets the tenant identifier of the notification creator.
tenantInfo Gets or sets the tenant info.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toRawString Converts this object to an unescaped string. Used mainly for inputs.
toString Converts this object to an HTML escaped string.