[Mono-bugs] [Bug 342536] ObjectDataSource can't find appropriate method in some cases

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 17 15:10:34 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=342536#c1





--- Comment #1 from Alexander Tyutik <trofimich at gmail.com>  2007-11-17 13:10:33 MST ---
Sorry, code of first class is incorrect. correct class is next:

public class GenericBusinessClass
{
        private int id;

        public int Id
        {
                get
                {
                        return id;
                }
                set
                {
                        id = value;
                }
        }

        protected GenericBusinessClass(int id)
        {
                this.id = id;
        }
}


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list