2006年10月27日
摘要: public class PaymentSection:ConfigurationSection { constant parameters#region constant parameters const string VALUE = "value"; #endregion properties#region properties ... 阅读全文
posted @ 2006-10-27 20:28 冰羽 阅读(234) 评论(0) 推荐(0)
摘要: public XmlNode Query(string queryRestriction) { XmlNamespaceManager nameSpaceManager = new XmlNamespaceManager(this._doc.NameTable); nameSpaceManager.AddNamespace(... 阅读全文
posted @ 2006-10-27 20:27 冰羽 阅读(173) 评论(0) 推荐(0)
摘要: /**//// /// Creats the instance of xml document /// /// instance of the xml document public static XmlDocument GetXmlDocument() { PaymentSection ps = (... 阅读全文
posted @ 2006-10-27 20:12 冰羽 阅读(285) 评论(0) 推荐(0)