R
rocco
Hello,
I have a collection of objects. Each object has few properties and few
methods, among which: save, delete, recall and others.
The "save" method of each object runs few private class functions to double
check data and if everything is fine it adds the data collected in few tables.
I would need a way to iterate the objects in the Collection (and I know how
to do this) and call for each of them the "save" method. Is this possible?
Hoping first it is clear...
Thanks,
Rocco
I have a collection of objects. Each object has few properties and few
methods, among which: save, delete, recall and others.
The "save" method of each object runs few private class functions to double
check data and if everything is fine it adds the data collected in few tables.
I would need a way to iterate the objects in the Collection (and I know how
to do this) and call for each of them the "save" method. Is this possible?
Hoping first it is clear...
Thanks,
Rocco