.net操纵xml文件类(c#)
|
日期:2006年12月11日 作者: 查看:[大字体
中字体 小字体]
|
38 /// </summary> 39 /// <remarks>文件路径</remarks> 40 public string XmlFilePath 41 { 42 get 43 { 44 return this.xmlFilePath; 45 } 46 set 47 { 48 xmlFilePath = value ; 49 50 } 51 } 52 53 /**//// <summary> 54 /// 文件路径类型 55 /// </summary> 56 public enumXmlPathType XmlFilePathTyp 57 { 58 set 59 { 60 xmlFilePathType = value ; 61 } 62 } 63 #endregion 64 65 构造函数#region 构造函数 66 /**//// <summary> 67 /// 68 /// </summary> 69 /// <param name="tempXmlFilePath"></param> 70 public MyXml( string tempXmlFilePath ) 71 {
上一篇:MS SQL Server 2000系统数据类型
下一篇:关于2.0 中的用户控件编程使用
|
| .net操纵xml文件类(c#) 相关文章: |
|
|
|
| .net操纵xml文件类(c#) 相关软件: |
|
|
|