in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Property Comparison on Save

Last post 8/28/2008 2:01 PM by Dennis (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 8/28/2008 5:01 AM

    Property Comparison on Save

    I have a class:

    class myClass {

    public String str1 = String.Empty;

    public String str2 = String.Empty;

    ....

    }

    Now i want to create a rule on Save context. The rule must validate whether my property str1 is equal to property str2

    --> You automatically see that this can be used to confirm passwords etc... but i can't figure it out how i can do this!

     

    Thanks!

  • 8/28/2008 2:01 PM In reply to

    Re: Property Comparison on Save


    Hi,

    First of all, I suggest you check the FeatureCenter demo (the Validation tab) , then refer to a similar thread on our forum:

    http://community.devexpress.com/forums/p/58538/198147.aspx#198147

    and then go to the documentation on the Validation module in XAF. Did this help you?

    Thanks,
    Dennis

    Developer Express Support
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED