Copy & Paste Business Object on Clipboard
Hy,I want to implement in my application (WPF user interface) copy and paste from/to separated views where Items view are business object (or better ui element with BO behind).My business layer is...
View ArticleBusiness process and process object - Best practices?
Hello,I’m trying to grasp the concept of modelling a business process using CSLA.NET. As far as I understand the concept of business objects the golden rule is all about finding, centralizing and...
View ArticleI got a problem using a Validation Attribute in a non CSLA property
I got a problem using a Validation Attribute in a non CSLA property. The test code follow below.[Serializable]public class Foo : BusinessBase<Foo>{ public static readonly...
View ArticleCSLA on Web App
Hi.. Currently I'm developing application on WPF and SL 5 with CSLA 4.I really love programming style , tool, and pattern (MVVM) on those platform.For cross platform development, I have to embrace Web...
View ArticleGlobalContext value from Silverlight client to DAL
Hi, In our application we would like to allow the user to choose a database via a dropdown box when he/she logs in. The application is a Silverlight application. Because the architecture of Silverlight...
View ArticleDynamicListBase missing Parent Property
Is there a specific reason that the DynamicListBase doesn't have a "Parent" property or is it a bug?Todd
View ArticleVersion 4.5.31 beta on nuget
I have uploaded version 4.5.31 beta to nuget as a prelease.Change log is herehttps://github.com/MarimerLLC/csla/issues?milestone=6&page=1&state=closedThe most notable changes include:Android...
View ArticleHow to configure WCF to work with JAX-WS client?
Hi Joe,I am stuck on WCF Web Service calling from Java Client using Visual Studio 2008 SP1 and pls advise me with the working sample if you don't mind.Thanks and best regards
View ArticleHow can I clear broken rules?
I have code like this:myBO = DirectCast(myOtherBO.Clone, MyType)'myBO still contains all the Broken Rules from myOtherBO which causes them to appear twice on screen. 'Need to clear it. 'JF 6/27/07 -...
View ArticleShould I use EF with CSLA?
It seems like EF is all the rage these days. I'm just starting to play with it myself. After getting bitten by that LINQ-to-SQL disaster I wanted to wait to see if this technology was going to make...
View Articleprobklem with validating a list
I need to validate a list such that all rows are valid as long as one row is valid. How do I do that if I can not clear the broken rules?
View Articletrying to see a warning icon when validating
I am validating a field and I want to display a warning icon. I added a rule and in the rule I do: e.Severity = RuleSeverity.Warning; However, after the severity is set, I don't see any icon. But, if I...
View ArticleLinq to SQL with CSLA - Property evaluation failed error when passing parent...
I have a business object with 20+ properties. And child having 15+ properties which is a Businesslistbase. I require the Root object property values in updating some child property values. When I use...
View ArticleRules on affected properties
Dear all,I'm using CSLA 4.5.10. I'm facing trouble with some trivial rules computation:SubTotal1 = Property1 * Property2SubTotal2 = Property3 * Property4Total = SubTotal1 + SubTotal2 I'm adding to my...
View ArticleMVC4 Binding an object which has a property of type BusinessListBase
HiI have a viewmodel set up which is of type object1. Object1 has some properties, one of which is another object(object2) of type BusinessListBase. Currently when I submit my form using...
View ArticleThe ListChanged event is called too many times - Controls are very slow
Hi,I have a Add/Edit screen, where the controls are bound to properties in a business base class. There are many business rules written to modify the control behaviour. When any of the property is...
View ArticleProgress of a CommandBase
Is there anyway of allowing the CommandBase to communicate with the client while the Execute method is being run on the app server, regarding its progress? I have a large process going through a list...
View ArticleBusinessListBase.Remove doesn't work
Hi everybody,I'm new on CSLA.Net and I've some difficult to remove a child object from a list.I've 3 classes : -Scenario (BusinessBase<Scenario>) -ScenarioPermissions...
View ArticleRemote dataportal business object dependecy
Good day to all,I can't seem to find an answer to this question so I decided to ask it here.We currently are happily using CSLA with a couple of our web sites and are using a couple of data portals to...
View ArticlePossible SetParent Discrepancy
I believe I have come across a discrepancy as to how SetParent is called and how an object is marked as a parent or child of another object. I ran across this because of our particular implementation....
View Article