91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

反射model動態快速賦值

發布時間:2020-07-16 21:21:02 來源:網絡 閱讀:772 作者:xiaojingxaut 欄目:編程語言
XMLopr xmlpro = new XMLopr();
string xmlpath = WebConfigurationManager.AppSettings["fileinfo_Filexmlpath"].ToString();
xmlpath = Server.MapPath(xmlpath);
Dictionary<string, string> filedmap = xmlpro.ReadXmlFiled(xmlpath);
if (filedmap == null)
{
result="讀取字段匹配設置文檔失敗!";
return result;
}
int i = 0;
foreach (KeyValuePair<string,string> 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);
}
}

 

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

厦门市| 淄博市| 辽宁省| 湖北省| 夹江县| 九台市| 巴楚县| 新蔡县| 崇文区| 慈溪市| 清远市| 榆树市| 公安县| 全南县| 陆丰市| 中方县| 蕉岭县| 光山县| 安陆市| 抚州市| 高密市| 原阳县| 马山县| 甘肃省| 新源县| 威信县| 沂源县| 宜兰市| 灵山县| 北京市| 微山县| 丰宁| 吉安市| 敦煌市| 昆山市| 清新县| 磴口县| 南投市| 宝丰县| 遂平县| 泸州市|