Difference between revisions of "ExtensionsPlus.EventPlus.DeepMonitorChangeEventSource"

From emotive
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:EventPlus]]
+
{{DISPLAYTITLE:'''DeepMonitorChangeEventSource '''}}[[Category:EventPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | DeepMonitorChangeEventSource | Monitors the change of a ByteField, List and Map variable. | [[Term]] | [[EventPlus|OTX EventPlus Extension]] | - | - | - | StandardCompliant=No}}
+
{{ClassificationActivity | DeepMonitorChangeEventSource | Monitors the change of a ByteField, List and Map variable. | [[Term]] | [[ExtensionsPlus.EventPlus|OTX EventPlus Extension]] | - | - | - | StandardCompliant=No}}
  
 
== Pseudo-Code Syntax ==
 
== Pseudo-Code Syntax ==
Line 11: Line 11:
 
The '''DeepMonitorChangeEventSource''' term has the same syntax and behaviour like '''MonitorChangeEventSource''', except that also deep inside changes (add or remove items, value change of one item) of ByteField, List and Map variables be monitored.
 
The '''DeepMonitorChangeEventSource''' term has the same syntax and behaviour like '''MonitorChangeEventSource''', except that also deep inside changes (add or remove items, value change of one item) of ByteField, List and Map variables be monitored.
  
{{TermReturnValue|[[EventSource]]| The EventSource, the changes in the value of a variable monitored.}}
+
{{TermReturnValue|[[Extensions.EventHandling.EventSource|EventSource]]| The EventSource, the changes in the value of a variable monitored.}}
  
 
== Properties ==
 
== Properties ==
Line 25: Line 25:
  
 
== See also ==
 
== See also ==
[[GetDeepChangedIndex]] <br/>
+
[[ExtensionsPlus.EventPlus.GetDeepChangedIndex|GetDeepChangedIndex]] <br/>
[[GetDeepNewValue]]<br/>
+
[[ExtensionsPlus.EventPlus.GetDeepNewValue|GetDeepNewValue]]<br/>
[[IsDeepMonitorChangeEvent]]<br/>
+
[[ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent|IsDeepMonitorChangeEvent]]<br/>
[[IsSizeChangedLength]]
+
[[ExtensionsPlus.EventPlus.IsSizeChangedLength|IsSizeChangedLength]]

Latest revision as of 09:49, 16 February 2016

Classification

Name DeepMonitorChangeEventSource
Short Description Monitors the change of a ByteField, List and Map variable.
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions -
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

EventSource DeepMonitorChangeEventSource(Variable myVariable);

Description

The DeepMonitorChangeEventSource term has the same syntax and behaviour like MonitorChangeEventSource, except that also deep inside changes (add or remove items, value change of one item) of ByteField, List and Map variables be monitored.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
EventSource The EventSource, the changes in the value of a variable monitored.

Properties

Name Data Type Class Default Cardinality Description
Variable - Variable - [1] The variables which be monitored

Examples

EventSource result = DeepMonitorChangeEventSource(myVariable);

See also

GetDeepChangedIndex
GetDeepNewValue
IsDeepMonitorChangeEvent
IsSizeChangedLength