XMLopr xmlpro = new XMLopr(); string xmlpath = WebConfigurationManager.AppSettings["fileinfo_Filexmlpath"].ToString(); xmlpath = Server.MapPath(xmlpath); Dictionaryfiledmap = xmlpro.ReadXmlFiled(xmlpath); if (filedmap == null) { result="读取字段匹配设置文档失败!"; 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); } }
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。