真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

反射model動(dòng)態(tài)快速賦值

XMLopr xmlpro = new XMLopr();
string xmlpath = WebConfigurationManager.AppSettings["fileinfo_Filexmlpath"].ToString();
xmlpath = Server.MapPath(xmlpath);
Dictionary filedmap = 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è)咨詢


本文題目:反射model動(dòng)態(tài)快速賦值
網(wǎng)站URL:http://weahome.cn/article/gsdode.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部