XMLopr xmlpro = new XMLopr(); string xmlpath = WebConfigurationManager.AppSettings["fileinfo_Filexmlpath"].ToString(); xmlpath = Server.MapPath(xmlpath); Dictionaryfiledmap = xmlpro.ReadXmlFiled(xmlpath); if (filedmap == null) { result="讀取字段匹配設(shè)置文檔失敗!"; return result; } int i = 0; foreach (KeyValuePair keypair in filedmap) { //獲取值 string value =dr[keypair.Key.Trim()]==null?"":dr[keypair.Key.Trim()].ToString().Trim(); //獲取映射字段 string mapfiled = keypair.Value.Trim(); //判斷映射字段類型 PropertyInfo property = fileModel.GetType().GetProperty(mapfiled); if (property.PropertyType.Name.ToLower().Equals("string")) { property.SetValue(fileModel,value,null); } else if (property.PropertyType.Name.Equals("int32")) { property.SetValue(fileModel, int.Parse(value), null); } else if (property.PropertyType.Name.Equals("DateTime")) { if(value.Trim()!=string.Empty) property.SetValue(fileModel,DateTime.Parse(value), null); } }
創(chuàng)新互聯(lián)公司主營云州網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,app開發(fā)定制,云州h5微信小程序定制開發(fā)搭建,云州網(wǎng)站營銷推廣歡迎云州等地區(qū)企業(yè)咨詢