Click or drag to resize
AjaxUtil Class

[Missing <summary> documentation for "T:X3Platform.Ajax.AjaxUtil"]

Inheritance Hierarchy
SystemObject
  X3Platform.AjaxAjaxUtil

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class AjaxUtil

The AjaxUtil type exposes the following members.

Constructors
  NameDescription
Public methodAjaxUtil
Initializes a new instance of the AjaxUtil class
Top
Methods
  NameDescription
Public methodStatic memberDeserializeT(T, String)
Xml信息反序列化为实体对象
Public methodStatic memberDeserializeT(T, XmlDocument)
Xml信息反序列化为实体对象
Public methodStatic memberDeserializeT(T, String, ListString)
Xml信息反序列化为实体对象
Public methodStatic memberDeserializeT(T, XmlDocument, ListString)
Xml信息反序列化为实体对象
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseT(IListT)
对象解析为JOSN字符串
Public methodStatic memberParseT(T)
对象解析为JOSN字符串
Public methodStatic memberParseT(IListT, ListString)
对象解析为JOSN字符串
Public methodStatic memberParseT(T, ListString)
对象解析为JOSN字符串
Public methodToString (Inherited from Object.)
Top
See Also