AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

CSLA - Patch for AddNewCore functionality for Silverlight #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached are the updated templates that allow AddNewCore to work completely.  
This is a follow up to issue 376 - see that issue for the details and the 
reasons behind this change.  In addition to allowing that functionality, these 
changes also fix the following issues introduced by issue 376 in nightly build 
1706

1 - Partial methods missing using statements.  When the partial methods were 
moved from the .DataAccess file to the .Generated file, there were missing 
using statements.  I added conditional using statements to fix this.

2 - The .NET (not Silverlight) AddNewCore functions need to return an object, 
and they weren't.  I added the appropriate return statements to the .NET 
AddNewCore function.

Original issue reported on code.google.com by RoyMunso...@gmail.com on 17 Jun 2010 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

This has been fixed in revision 1714.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 19 Jun 2010 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 21 Jun 2010 at 8:08