Page 1 of 1

Saving to the Jiwa Database

PostPosted: Wed Nov 16, 2016 2:57 pm
by SBarnes
Hi

I have two simple questions related to saving data in Jiwa:

1. Does every class that writes to the database implement (or should implement) IJiwaSaveable?

2. Does every class that implements INotifyPropertyChange also have the ChangedPropertyList for what properties are changed?

Re: Saving to the Jiwa Database  Topic is solved

PostPosted: Wed Nov 16, 2016 3:08 pm
by Scott.Pearce
1. Yes.
2. No. But the important ones (the base classes) do (Configuration/Maintenance/MultiListMaintenance/JiwaCollection).

Re: Saving to the Jiwa Database

PostPosted: Wed Nov 16, 2016 3:10 pm
by SBarnes
Thanks Scott for the extremely quick reply.