Hi I have a problem my file .lgp defines various classes like abstract but when i get the generated code those classes aren't abstracts
Why? There are some issue o restriction?
Do you need my .lgp file?
Do you mean in an Inheritance hierarchy you have set some entities as being abstract?
Yes please attach the lgp file.
Sorry the compressed file exceeds 256 KB limit
I'm sending it to walaa DOT atef AT llblgen DOT com ok?
Thanks
Hi Walaa Do you have my file?
I've got your file, thanks.
I generated the code (C# SelfServicing), and the Entities marked as Abstract has got Internal constructors, and that's what makes them abstract. ref: http://msdn2.microsoft.com/en-us/library/ms229047.aspx
The classes aren't generated abstract as the internal code sometimes needs to create instances to obtain information, hence the internal constructors and not the abstract class operator.
Thanks so much.