DynamicEntityChangedInfo

Describes changes to a DynamicEntity sent by DynamicEntity.dynamicEntityChangedEvent. An object of this type is sent as an argument to the DynamicEntity.dynamicEntityChangedEvent. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.

If the last observation has been purged from the local data cache, the DynamicEntityChangedInfo.dynamicEntityPurged property is set to true. This indicates that the dynamic entity has been purged and will receive no more associated observations from the data source.

Since

200.1.0

Properties

Link copied to clipboard

Indicates whether the DynamicEntity itself has been purged. This flag is set when the last observation associated with this dynamic entity has been purged from the local data cache. In this case, the dynamic entity is also purged and will not be associated with any new observations received from the data source.

Link copied to clipboard

The purged DynamicEntityObservation. If an observation associated with this dynamic entity was purged, this property contains the purged DynamicEntityObservation.

Link copied to clipboard

The newly received DynamicEntityObservation. When an observation associated with this dynamic entity is received from the data source, this property contains the received observation.