Exemplo n.º 1
0
        public override void WriteToXML(XElement root)
        {
            XElement xmlElement = new XElement("PimInstance");

            base.WriteToXML(xmlElement);
            xmlElement.Add(new XElement("DefenitionGuid", DefenitionGuid.ToString("B")));
            DefaultValues.WriteToXML(xmlElement);
            root.Add(xmlElement);
        }