AmountOfFields in ConstantsEnums.cs

Posts   
 
    
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 24-Jun-2005 22:29:48   

Is it straightforward for me to change a task peformer to generate "NumberOfFields" instead of "AmountOfFields" without breaking anything else? The latter really grates on my brain every time I see it in Intellisense (as it is not grammatically correct flushed )

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 24-Jun-2005 23:13:02   

You mean change a template? (task performers are the assemblies executing atask). wink I don't think it will cause problems. Yes, 'amount' is a misspelling, I'm sorry for that simple_smile

Frans Bouma | Lead developer LLBLGen Pro
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 24-Jun-2005 23:17:09   

Yeah, sorry, I meant template. Which one do I change?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 25-Jun-2005 11:58:30   

JimFoye wrote:

Yeah, sorry, I meant template. Which one do I change?

constantsEnums.template in SharedTemplates. Not sure if it will break other templates, though.

Frans Bouma | Lead developer LLBLGen Pro