M
Matt Baker
Guest
What gets written out is controlled by a combination of the widget itself and the Microsoft .NET code dom serializer. PDSOE doesn’t control it. The widget designer class (if it has one) and the annotations on its properties control the serialization. The PDSOE portion of the serialization writes the code dom instructions out as ABL syntax. If you’re UserControl class is written as an ABL class then due to ABL limitations, and the properties that would normally prevent default value serialization are not present as the ABL doesn’t support annotations. mattB
Continue reading...
Continue reading...