After parsing a type for an element XXX, call WriteOthers(typeof(XXX)) (and call it with null at the beginning) It will improve the extensibility of HbmWriter: For the implementation of ComponentPropertyAttribute & RawXmlAttribute (), HbmWriterEx will override WriteOthers() and write them when required.
Environment
None
Activity
Show:
Pierre Henri Kuaté June 24, 2006 at 8:39 AM
Added two WriteUserDefinedContent(), one taking a Type and the other a MemberInfo.
After parsing a type for an element XXX, call WriteOthers(typeof(XXX)) (and call it with null at the beginning)
It will improve the extensibility of HbmWriter:
For the implementation of ComponentPropertyAttribute & RawXmlAttribute (), HbmWriterEx will override WriteOthers() and write them when required.