11 2010 档案

摘要: publicenumDictOrderStatus { /// <summary> /// 运行中 /// </summary> [Description("运行中")] Running = 1, /// <summary> /// 已关闭 /// </summary> [Description("已关闭")] Stopped = 0 } publi...阅读全文
posted @ 2010-11-25 09:50 TNTZWC 阅读(47) | 评论 (0) 编辑
摘要: /// <summary> /// 使用类的属性名对应DataTable中的字段名 /// </summary> public static class TableToModel { /// <summary> /// DataRow扩展方法:将DataRow类型转化为指定类型的实体 /// </summary> /// <typeparam...阅读全文
posted @ 2010-11-25 09:45 TNTZWC 阅读(75) | 评论 (0) 编辑