Can 'Group Name' be used for creating the Entity namepace?

Posts   
 
    
Posts: 12
Joined: 05-Aug-2010
# Posted on: 05-Aug-2010 22:08:24   

Can 'Group Name' be used for creating the Entity namepace?

I would like to have separate namespaces and assemblies for storing the generated entity classes. Would I need to modify the appropriate Entity Template to achieve this? Thanks.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 06-Aug-2010 06:46:30   

Not possible at the moment. http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18301

You can use GroupUsage to generate groups as separate projects but not different namespaces. You could modify templates but namespaces usage are all along project so I don't think this would be practical. Instead of Groups, you could create different projects and target them with different namespaces.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 06-Aug-2010 11:26:35   

DasDirector wrote:

Can 'Group Name' be used for creating the Entity namepace?

I would like to have separate namespaces and assemblies for storing the generated entity classes. Would I need to modify the appropriate Entity Template to achieve this? Thanks.

As David said, it's not possible to create namespaces with them. If you want separate assemblies, use as grouping mechanism: AsSeparateProjects. This will generate a separate project (with the groupname in the namespace) per group and thus a separate assembly.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 12
Joined: 05-Aug-2010
# Posted on: 06-Aug-2010 20:30:24   

Thanks! I am using the AsSeparateProjects Option. That should get me what I need for now.

Posts: 12
Joined: 05-Aug-2010
# Posted on: 11-Aug-2010 15:20:49   

posted to a new post!