MSIR.0858 Class (classname) had (rule), but extends class (classname), which is not (attribute)

From m204wiki
Revision as of 16:45, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

An extension class had a rule such as Allow Copy, but it extends a class that does not have that rule. Since in a Copy operation, base class data would also be copied, the base class must indicate Allow Copy if any extension class is to indicate the same.