Re: Read-Only Core Data Attributes
Re: Read-Only Core Data Attributes
- Subject: Re: Read-Only Core Data Attributes
- From: Kay Roepke <email@hidden>
- Date: Thu, 4 May 2006 17:24:17 +0200
On 4. May 2006, at 10:04 Uhr, Jonathon Mah wrote:
My ideas:
1. Implement validation methods that return NO (unless the new
value is equal to the current one).
2. Throw an exception in setter methods if the revision is read-only.
3. "Accept" setter messages, but simply ignore them (keep the
attributes unchanged).
Which is the best way to enforce read-only attributes? I'm leaning
toward using both 1 and 2 above.
How about
4. Disabling
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden