public override System.Xml.XmlNode XmlLoad(System.Xml.XmlNode node) { this.CreatedDate = DateTime.ParseExact(XmlHelper.GetAttributeValue(node, "createdDate", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss", System.Globalization.CultureInfo.InvariantCulture)), "yyyy-MM-dd HH:mm:ss", System.Globalization.CultureInfo.InvariantCulture); this.Version = node.GetAttributeValue("version", ModelRoot._def_version); return(node); }