Dependency between Entities and TypedList / TypedView

Posts   
 
   
 
Anonymous
User
Posts: 0
Joined: 11-Nov-2006
# Posted on: 14-Sep-2007 10:56:07   

When removing Entities from the model I would like to be able to see which typedlists / typedviews are dependent on it.

Can i do this already?

Cheers,

Pete

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 14-Sep-2007 16:07:39   

No that's currently not possible. The designer checks when an entity is about to be removed if there is 'a' typedlist based on that entity and refuses the delete if that's the case.

You could opt for a plugin which traverses the typedlists and checks the entities inside the typedlists. This info is easily to obtain, but it's not available in the designer UI at the moment.

Frans Bouma | Lead developer LLBLGen Pro