dundas.notifications.PollingCondition Class

 

Inheritance Hierarchy

 
Class
   dundas.notifications.PollingCondition
 

Constructors

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

Properties

 
  Name Description
previousPollsCount Gets or sets number of previous polls to retrieve when testing the condition.
previousPollsInterval Gets or sets the interval in hours (previous to the current time) used to retrieve previous polls when testing the condition.
requiredNumber Gets or sets number of polls to satisfy the condition.
requiredPercentage Gets or sets percentage of polls to satisfy the condition.
 
 

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.