Iterate all entities in project v3

Posts   
 
    
DarkRoast
User
Posts: 42
Joined: 14-Jul-2010
# Posted on: 21-Sep-2010 22:42:22   

This thread shows a way to iterate all project entities.

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=11537&HighLight=1

For v3 forward is this still the best way? It would be nice to have something like the v3 Element Search feature available to the runtime libraries. Is that possible?

Thanks

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 21-Sep-2010 22:57:21   

This is still the best way forward for V3, unless I've missed something somewhere... simple_smile

Matt

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 22-Sep-2010 11:14:18   

it can't be more simpler than traversing the factory or EntityType enum, the biggest pile of code you've to write (the for loop), is always necessary wink

Frans Bouma | Lead developer LLBLGen Pro