Click or drag to resize
AjaxUtil Methods

The AjaxUtil type exposes the following members.

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