Execute Operation #2545
-
Hi All, Nearly finished my upgrade and I got to the Execute operation. I am using the EncapsulatedInvokeDto model. var cmd = new ArticleChanges(orderId); to get my code to compile and execute correctly. This is obviously not the right solution as it is not needed in the sample code. I have missed some subtlety in the code. Below is my code followed by the working code. using Csla; namespace SimpleBusinessLibrary
#pragma warning disable CSLA0011 // Find CSLA Business Objects That Are Created Outside of a ObjectFactory
} Working code using Csla; namespace Library
#if !SILVERLIGHT
#endif Any assistance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Put this in ArticleChanges
Then in the class you are calling or instantiating ArticleChanges (ShipOrder) put this:
|
Beta Was this translation helpful? Give feedback.
Put this in ArticleChanges
Then in the class you are calling or instantiating ArticleChanges (ShipOrder) put this: