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 CSLA .NET discussion forum. See all tags in the site
  • 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
  • Execute Business rule on child object When Parent property has change.

    I have parent root(Mater) object as BusinessBase which has BusinessListBase(ChildList) object as a child. Parent (BusinessBase) - Child List (BusinessListBase) - Child (BusinessBase) I have a custom business rule implemented in child object (BusinessBase of ChildList), which depends on parent root(Mater...
    Posted to CSLA .NET discussion (Forum) by Marsh on Mon, Mar 12 2012
  • IsInRole(AuthorizationActions, params string[] roles) in CSLA 4.2

    Hi, I'm using CSLA 4.2 and the above subject is not working on my PC when i put something on the roles part. Did i miss something? Below are sample code snippets: protected static void AddObjectAuthorizationRules() { Csla.Rules.BusinessRules.AddRule(typeof(SomeClass), new Csla.Rules.CommonRules.IsInRole...
    Posted to CSLA .NET discussion (Forum) by maxdrive on Mon, Feb 27 2012
  • BO Async call returns before observable collection loads

    Hi Folks, - Using silverlight 4. Csla 4.2 Bxf and MVVM design pattern I am designing an SL application and I am struggling to get my List to bind correctly to my observable collection from my viewmodel. Actually, I am using an observable collection ( UserEditVM. MessageInfoList ) to wrap all the children...
    Posted to CSLA .NET discussion (Forum) by cconte on Thu, Feb 16 2012
  • Is it required to Implement the IAuthorizeDataPortal?

    Hi, We are using the 3-tier architecture environment for our web application. We are using the AspNetMembershipProvider for authentication and authorization. On observing the example provided in Authentication folder, I've came up with couple of doubts. FYI: Web layer MVC3 (No Silverlight and WP7...
    Posted to CSLA .NET discussion (Forum) by SreeRamaSaran Mullapudi on Mon, Feb 13 2012
  • How to Notify ROL of Delete?

    I have a ListView (ROL) and DetailsView( BO). in my Detailsview have a Delete Button that invoke BO.Delee method directly. according to http://www.lhotka.net/weblog/IAmWorkingOnMyUsingCSLANET30EbookAndWroteSomeContentThatIDontThinkImGoingToUseInTheBook.aspx notify the ROL the Add and Update. but how...
    Posted to CSLA .NET discussion (Forum) by simon on Tue, Feb 7 2012
  • Business Rule for Not Allowing Edit or Delete for a Specific Record

    I have a business object and a corresponding database table called Role. In this table I am preloading two default records. The first is named "Administrators" and second is named "Users". I want to allow people to add, edit, and delete roles, except for these default ones. I was...
    Posted to CSLA .NET discussion (Forum) by korzy1bj@gmail.com on Thu, Jan 19 2012
  • Agatha vs CSLA.Net

    My company has recently started using Agatha ( http://davybrion.com/blog/category/agatha/ ) as a business framework for some prototype work. It's really new (read: not mature) and I have some reservations about using it as opposed to a framework such as CSLA that has a lot of years behind it. Agatha...
    Posted to CSLA .NET discussion (Forum) by Josh on Wed, Jan 11 2012
  • How to disable Removebutton per instance in ProjectTracker?

    I want to disable the RemoveButton per Instance. In the sample (05-WpfSl-111028) the Removebutton in ProjectList View binding to ProjectList ViewModel's CanRemove: public new bool CanRemove { get { return Csla.Rules.BusinessRules.HasPermission(Csla.Rules.AuthorizationActions.DeleteObject, typeof...
    Posted to CSLA .NET discussion (Forum) by simon on Tue, Jan 10 2012
  • CSLA.Xaml.Aero???

    Hello, We have just updated our project to use CSLA 4.2.1.0. We are binding a Read Only List in WPF which is working fine. The weird thing is that if I look at Intellitrace I see and exception being thrown/caught. "Could not load file or assembly 'Csla.Xaml.Aero, Version=4.2.1.0" I'm...
    Posted to CSLA .NET discussion (Forum) by reagan123 on Mon, Dec 12 2011
Page 1 of 2 (19 items) 1 2 Next >

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