S
Stu
Hi,
I have a class with quite a large number of properties that stores booking
information.. I need to create an audit trail for these bookings every time
something is changed. I thought about listing all the properties in the
class and their values and writing a text file for each time the booking
information is changed.
2 questions:
1 - Does this sound like a good way of doing it?
2 - Is there any way of enumerating all of the properties & their values?
Thanks in advance,
Stu
I have a class with quite a large number of properties that stores booking
information.. I need to create an audit trail for these bookings every time
something is changed. I thought about listing all the properties in the
class and their values and writing a text file for each time the booking
information is changed.
2 questions:
1 - Does this sound like a good way of doing it?
2 - Is there any way of enumerating all of the properties & their values?
Thanks in advance,
Stu