CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Calculating Rules for two Dependend Properties

    CSLA Version 4.1 Hello ! I have two Properties: one called DeliveryWeek (LieferKW) and one called DeliveryDate (Liefertermin). Further i have two Rules which calculate a DeliveryDate (Friday of Week) from DeliveryWeek and one Rule that calculate a DeliveryWeek vom DeliveryDate. The User must can change...
    Posted to CSLA .NET discussion (Forum) by ThiloS on Thu, Apr 25 2013
  • syntax for csla 4

    In my pre csla 4 code I have [RunLocal] protected override void DataPortal_Create() { _userID = -1; ValidationRules.CheckRules(); //cannot resolve ValidationRule compile error here } What is the syntax when porting to csla 4.0 ? thanks
    Posted to CSLA .NET discussion (Forum) by gullu on Mon, Aug 20 2012
  • LoadProperty not converting null to empty string?

    I'm having a problem which is a bit unexpected. Basically, I'm using a command object to get some data from a SQL database. The command object uses registered properties, one of which is a string. The column in the database is nullable, and so LoadProperty is sent a value of null via the property...
    Posted to CSLA .NET discussion (Forum) by Andy on Sun, Apr 29 2012
  • Best tact for Hierarchical queries

    I need to query an EditableRootList by hierarchical child attributes. An example from Using CSLA would be a Invoice->LineItems->LineItem. I would like to return all Invoices for this month that have an LineItem Amount over $500.00. Should I make a Command or this a Unit of Work? I do not see in...
    Posted to CSLA .NET discussion (Forum) by csmith1 on Thu, Mar 8 2012
  • Rules triggering other rules

    I have a business object set up with properties AAA, BBB, CCC and DDD. I wanted to blank the latter properties if early ones get changed. This means if BBB changes, AAA will be left alone and CCC and DDD will be set to nothing. I have set up a rule so that if AAA changes it sets BBB to Nothing, another...
    Posted to CSLA .NET discussion (Forum) by Daniel Morey on Tue, Dec 13 2011
  • Server-side Data Portal hooks

    Hi All Is there some way I could hook an event / override to the server side of the data portal to allow me to validate some information about the request? For example I might need to get a custom session property off of the ApplicationContext.User to slide / expire the session. There are some other...
    Posted to CSLA .NET discussion (Forum) by Jaans on Wed, Nov 30 2011
  • Documenting Business logic

    I have to add a new module to a complex .Net web application written in C#. It is used in a case management system and the module manages cases that are even more complex than the existing application. One of the weaknesses of the existing system is that the business logic can only be seen in the code...
    Posted to CSLA .NET discussion (Forum) by kevinsky on Sat, Nov 26 2011
  • Late binding VB.net com class

    I've create a my first vb.net assembly with CSLA business objects in. I have then created a seperate vb.net assembly with a com class in it that I'm using to join my business objects to vb6. So in my old vb6 program I late bind to the com class and I call the methods on that, without direct referencing...
    Posted to CSLA .NET discussion (Forum) by Daniel Morey on Wed, Nov 23 2011
  • Problem with MethodInfo

    Hi everybody, in a SL4 Project using CSLA 4.1 I have a BusinessBase class containing 2 Methods: public void doWork(EventHandler<DataPortalResult<doWorkCommand>> callback) public static void doWork(int Id, EventHandler<DataPortalResult<doWorkCommand>> callback) I would like to...
    Posted to CSLA .NET discussion (Forum) by Uwe Hein on Wed, Nov 9 2011
  • problems with ClientContext being cleared

    Hi, I am having a problem with the ClientContext. I am using CSLA 4.1.0 for Silverlight. I've had this problem before and I thought I fixed it but it keeps coming back. It is a problem with the async DataPortal. I believe the problem occurs when there is more than one simultaneous call to the DataPortal...
    Posted to CSLA .NET discussion (Forum) by richardp on Wed, Nov 9 2011
Page 1 of 6 (56 items) 1 2 3 4 5 Next > ... Last »

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems