Difference between revisions of "ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent"

From emotive
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:EventPlus]]
+
{{DISPLAYTITLE:'''IsDeepMonitorChangeEvent '''}}[[Category:EventPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | IsDeepMonitorChangeEvent | Checks on the DeepMonitorChange-Event | [[Term]] | [[EventPlus|OTX EventPlus Extension]] | - | [[TypeMismatchException]] | - | StandardCompliant=No}}
+
{{ClassificationActivity | IsDeepMonitorChangeEvent | Checks on the DeepMonitorChange-Event | [[Term]] | [[ExtensionsPlus.EventPlus|OTX EventPlus Extension]] | - | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]] | - | StandardCompliant=No}}
  
 
== Pseudo-Code Syntax ==
 
== Pseudo-Code Syntax ==
Line 11: Line 11:
 
The '''IsDeepMonitorChangeEvent''' term has the same behavior like '''IsMonitorChangeEvent''' only for ByteField, List and Map.
 
The '''IsDeepMonitorChangeEvent''' term has the same behavior like '''IsMonitorChangeEvent''' only for ByteField, List and Map.
  
{{TermReturnValue|[[Boolean]]| Returns TRUE if the event of a DeepMonitorChangeEventSource comes.}}
+
{{TermReturnValue|[[Core.DataTypes.SimpleDataType.Boolean|Boolean]]| Returns TRUE if the event of a DeepMonitorChangeEventSource comes.}}
  
 
== Properties ==
 
== Properties ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Event | [[Event]] | [[Term]] | - | [1] | The event, whose type is checked.}}
+
{{TableRowPropertie1| Event | [[Extensions.EventHandling.Event|Event]] | [[Term]] | - | [1] | The event, whose type is checked.}}
 
{{TableRowPropertie2| Variable | - | [[Variable]] | - | [0..1] | It is checked if the optional variable is the reason for the event.}}
 
{{TableRowPropertie2| Variable | - | [[Variable]] | - | [0..1] | It is checked if the optional variable is the reason for the event.}}
 
|}
 
|}
Line 26: Line 26:
  
 
== See also ==
 
== See also ==
[[DeepMonitorChangeEventSource]] <br/>
+
[[ExtensionsPlus.EventPlus.DeepMonitorChangeEventSource|DeepMonitorChangeEventSource]]<br/>
[[GetDeepChangedIndex]]<br/>
+
[[ExtensionsPlus.EventPlus.GetDeepChangedIndex|GetDeepChangedIndex]] <br/>
[[GetDeepNewValue]]<br/>
+
[[ExtensionsPlus.EventPlus.GetDeepNewValue|GetDeepNewValue]]<br/>
[[IsSizeChangedLength]]
+
[[ExtensionsPlus.EventPlus.IsSizeChangedLength|IsSizeChangedLength]]

Latest revision as of 09:54, 16 February 2016

Classification

Name IsDeepMonitorChangeEvent
Short Description Checks on the DeepMonitorChange-Event
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

Value IsDeepMonitorChangeEvent(Event);

Description

The IsDeepMonitorChangeEvent term has the same behavior like IsMonitorChangeEvent only for ByteField, List and Map.

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
Boolean Returns TRUE if the event of a DeepMonitorChangeEventSource comes.

Properties

Name Data Type Class Default Cardinality Description
Event Event Term - [1] The event, whose type is checked.
Variable - Variable - [0..1] It is checked if the optional variable is the reason for the event.

Examples

Boolean result = IsDeepMonitorChangeEvent(myEvent);

See also

DeepMonitorChangeEventSource
GetDeepChangedIndex
GetDeepNewValue
IsSizeChangedLength