JHXML Class

DCSoft.DBUtilityGeneric

JHXML Class
针对 XML 数据的特殊处理,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.DataJHXML

Namespace: DCSoft.Utility.Data
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHXML

The JHXML type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberToDataSet(String)
将指定的 XML 架构和数据读入 System.Data.DataSet ,异常将返回 null
Public methodStatic memberToDataSet(String, String)
将指定的 XML 架构和数据读入 System.Data.DataSet ,异常将返回 null
Public methodStatic memberToListTmodel
将含对象列表信息的 XML 字符串转换为对象实体列表,异常返回 null
Public methodStatic memberToModelTmodel
将含对象信息的 XML 字符串转换为对象实体,异常返回 null
Public methodToString (Inherited from Object.)
Public methodStatic memberToXml(DataSet)
返回存储在 System.Data.DataSet 中的数据的 XML 表示形式,异常将返回 null
Public methodStatic memberToXml(DataSet, String)
返回存储在 System.Data.DataSet 中的数据的 XML 表示形式,异常将返回 null
Public methodStatic memberToXmlTmodel(IListTmodel)
将对象列表转换为 XML 格式的字符串,异常返回 null
Public methodStatic memberToXmlTmodel(Tmodel)
将对象转换为 XML 格式的字符串,异常返回 null
Top
See Also