Callback: Void
nativepropertytable
.OnMigrate(
ISimProperty
newEntity,
ISimProperty
oldEntity)
Callback that is invoked when the property version has been changed.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
newEntity
Type:
ISimProperty
The newly created property.
oldEntity
Type:
ISimProperty
The old saved property.
Return Value
Type:
Remarks
This callback allows the migration of data from the old saved property to the new one.