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 |
|||||
|
BrowseName |
DataSetChangeLogType |
|||||
|
IsAbstract |
False |
|||||
|
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
|
Subtype of the ProductionContextLogType, which means it inherits the Instance Declarations of that Node. |
||||||
|
0:HasProperty |
Variable |
NewDataSetEntries |
DataSetEntryType[] |
0: PropertyType |
M, RO |
|
|
0:HasProperty |
Variable |
NewDataSetID |
0:String |
0: PropertyType |
M, RO |
|
|
0:HasProperty |
Variable |
OldDataSetEntries |
DataSetEntryType[] |
0: PropertyType |
M, RO |
|
|
0:HasProperty |
Variable |
OldDataSetID |
0:String |
0: PropertyType |
M, RO |
|
The components of the DataSetChangeLogType are further described below.
|
BrowseName |
Description |
|
NewDataSetEntries |
The list of modified dataset entries. |
|
NewDataSetID |
The 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. |
|
OldDataSetID |
The unique identifier for the dataset before the modification. |