-
Thanks, I was hoping there may have been a way with DataPortal.BeginFetch to raise an event or call a method in the business object that I could override. I have never used ClientContext and don't know what it is or what it does. Can you point me in the right direction or which ebook covers it?
-
Is there a way to tell if an editable business object was created/fetched async? I am looking into the idea of lazy loading child lists async or sync depending on how the business object was instantiated. At first I thought of using a similar method as running business runs async or sync: if (System.Web. HttpContext .Current != null ) IsAsync = false
-
Thanks Jonny, you seem to have all the answers :).
-
I have a situation where I have an editable root with a child collection. I am trying to work out how to run a rule on the editable root when a property changes on the child. An example of what I am trying to do is an invoice with line items. Each line item has a received property. The invoice has a completed property. What I want to do is when all
-
I run the CheckRules in DataPortal_Create and DataPortal_Fetch because I do not trust the data in the database. Is there another way of passing a value to the rule without using InputProperties or by setting it in the rule constructor? The change to stop CheckRules from running rules unnecessarily is good. It is a start but you also need to stop any
-
I have just come across an issue with the new feature: [quote user="JonnyBee"] Implicit dependencies? (So far) whenever I have InputProperties to a rule I find that I need to add a Dependency rule for each InputProperty to make the rule run whenever one of the input properties is changed. So should the rule engine after completing rules for
-
Has anybody actually tried the Ios sample called SimpleApp on an iDevice using MonoTouch? I am using CSLA 4.2.2. The sample works ok on the simulator but it fails on an actual iPad device. I expect the same error would occur on iPhone devices as well. It gets the following error: System.ExecutionEngineException has been thrown. Attempting to JIT compile
-
I have managed to get it to compile. In Csla.Core.BusinessBase I had to add IOS to the #if statements where ever it mentioned __ANDROID__. I also had to add links to the new files in the Csla\Serialization\Mobile folder.
-
Hi Stuart, Any idea on how to get it to compile or when the fixes will be available? Cheers.
-
Thanks for the update. I had just downloaded the source code from the trunk and can also confirm that it is not compiling. I am using MonoDevelop 2.8.4.2 and MonoTouch 5.0.3 which has come out within the last week. Cheers, Jason