New Posts New Posts RSS Feed: Injected Base Types
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Injected Base Types

 Post Reply Post Reply
Author
jon View Drop Down
Newbie
Newbie
Avatar

Joined: 14-Feb-2010
Location: U.k
Posts: 3
Post Options Post Options   Quote jon Quote  Post ReplyReply Direct Link To This Post Topic: Injected Base Types
    Posted: 14-Feb-2010 at 8:45pm
Hi Eileenv,

I don't know exactly about this behavior of Injected Base Types, Thanks for clarifying your answer.
Back to Top
eileenv View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 15-Jun-2007
Location: United States
Posts: 68
Post Options Post Options   Quote eileenv Quote  Post ReplyReply Direct Link To This Post Posted: 02-Jul-2009 at 12:38pm
You cannot use the Injected Types dialog to make, for example, Order inherit from OrderBase and OrderBase inherit from BaseEntity. We stopped short of providing facilities to define multi-level inheritance stacks in the Injected Types dialog in order to keep the UI simple.

If you need to do the above, do the following:

Here is the relationship we are trying to establish:
Order -> OrderBase -> BaseEntity -> Entity, where -> signifies "inherits from"

1. Open the Injected Base Types dialog and create OrderBase and BaseEntity which both inherit from Entity.

2. Make BaseEntity the default. Click OK to close the dialog.

3. Set Order to inherit from OrderBase.

4. Save and generate the model.

5. Manually change the OrderBase developer class to inherit from "BaseEntity" (originally it should inherit from Entity).


Edited by eileenv - 02-Jul-2009 at 5:44pm
Back to Top
jozza View Drop Down
Newbie
Newbie


Joined: 11-Jul-2007
Posts: 25
Post Options Post Options   Quote jozza Quote  Post ReplyReply Direct Link To This Post Posted: 25-Jun-2009 at 9:17pm
Hi
 
I've got a class EntityBase which inherits from Entity and it is one of my Injected Base Types. I want to create another inject base type which inherits from my EntityBase class.
 
I click on the Injected Base Types and add a new new type. It gets generated, but does not appear in the drop down which lets you assign it to the entity as it's base type.
 
Why is this so? Is this a limitation of devforce, that you have to directly inherit from Entity instead of inheriting from a class that inherits from Entity?
 
Cheers
 
Jacob
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down