[DevExpress Support Team: CLONED FROM K18270: Can I override properties of business objects?]
Hello,
I have 2 questions:
>>When you override a property of the base class, it can cause a mismatch between the database and business classes. A column is already created in the database table for the virtual property. Overridden properties use the same column and cannot modify their parameters. So, there is no point in applying attributes from the DevExpress.Xpo namespace to overridden properties.
-
What if the base class is nonpersistent or abstract? Since it involve nothing to the database,could it probably be excepted in the future?
-
If overriding is not recommended, What is the recommended way to centralize common logic from several classes?
Thank you