AdditionalNamespaces

Posts   
 
    
MatthewM
User
Posts: 78
Joined: 26-Jul-2006
# Posted on: 12-Feb-2007 19:38:52   

How do I specify additional namespaces for the entity.template to consume? I tried adding a custom property to the project "AdditionalNamespaces" with a , delimited list. So there is no confusion I mean specifically this area:

<[Foreach AdditionalNamespaces CrLf]>using <[CurrentAdditionalNamespace]>;<[NextForeach]>
bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 13-Feb-2007 01:50:17   

Take a look at this thread and let us know if it works. http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=8511&HighLight=1

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 13-Feb-2007 10:38:21   

You can specify additional namespaces in the Code gen. tab in the entity editor. You can also add them in bulk using the plugin.

Frans Bouma | Lead developer LLBLGen Pro
MatthewM
User
Posts: 78
Joined: 26-Jul-2006
# Posted on: 13-Feb-2007 16:50:54   

Otis wrote:

You can specify additional namespaces in the Code gen. tab in the entity editor. You can also add them in bulk using the plugin.

Thanks! - Just an FYI, if that is in the docs I couldn't find it...not sure how I missed it poking around though, ha!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 13-Feb-2007 17:43:56   

MatthewM wrote:

Otis wrote:

You can specify additional namespaces in the Code gen. tab in the entity editor. You can also add them in bulk using the plugin.

Thanks! - Just an FYI, if that is in the docs I couldn't find it...not sure how I missed it poking around though, ha!

Using the designer -> Adding and editing entities -> Code generation options sub tab wink

Frans Bouma | Lead developer LLBLGen Pro