Re: Dynamically adding a derived attribute
Re: Dynamically adding a derived attribute
- Subject: Re: Dynamically adding a derived attribute
- From: Lachlan Deck <email@hidden>
- Date: Thu, 26 Apr 2007 15:09:22 +1000
Hi Chuck,
On 26/04/2007, at 2:52 PM, Chuck Hill wrote:
This is how I have always done it:
// Remove as class property
NSMutableArray classProperties = new NSMutableArray
(columnEntity.classProperties());
classProperties.removeObject(dataAccessNotifications);
columnEntity.setClassProperties(classProperties);
is dataAccessNotifications the key for the columns you want to remove?
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden