9.18 DataSetChangeLogType EventType

The DataSetChangeLogType event is generated when the dataset changes.

The DataSetChangeLogType representation in the AddressSpace is formally defined in the following table.

Table 165 – DataSetChangeLogType Definition
Attribute Value
BrowseNameDataSetChangeLogType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the ProductionContextLogType, which means it inherits the Instance Declarations of that Node.
0:HasPropertyVariableNewDataSetEntriesDataSetEntryType[]0: PropertyTypeM, RO
0:HasPropertyVariableNewDataSetID0:String0: PropertyTypeM, RO
0:HasPropertyVariableOldDataSetEntriesDataSetEntryType[]0: PropertyTypeM, RO
0:HasPropertyVariableOldDataSetID0:String0: PropertyTypeM, RO
BrowseName Description
NewDataSetEntriesThe list of modified dataset entries.
NewDataSetIDThe unique identifier for the dataset after the modification.
OldDataSetEntries

The list of dataset entries prior to the change.

Each old dataset entry is in the same position in the array as the respective modified dataset entry.

OldDataSetIDThe unique identifier for the dataset before the modification.