public override void XmlAppend(System.Xml.XmlNode node) { node.AddAttribute("createdDate", this.CreatedDate.ToString("yyyy-MM-dd HH:mm:ss", System.Globalization.CultureInfo.InvariantCulture)); node.AddAttribute("version", this.Version); }