E
ECathell
I have a class called products. In my maintenance application I am instantiating two versions of this class.
mProduct is used in all transactions and changes
mProduct_original is loaded at the same time as the original mProduct is instantiated.
I would like to know if there is a simple way to iterate through the properties of each and compare them for changes?
mProduct is used in all transactions and changes
mProduct_original is loaded at the same time as the original mProduct is instantiated.
I would like to know if there is a simple way to iterate through the properties of each and compare them for changes?