Click or drag to resize
AjaxUtilDeserializeT Method (T, XmlDocument, ListString)
Xml信息反序列化为实体对象

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static T Deserialize<T>(
	T targetObject,
	XmlDocument doc,
	List<string> banKeys
)

Parameters

targetObject
Type: T

[Missing <param name="targetObject"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument,System.Collections.Generic.List{System.String})"]

doc
Type: System.XmlXmlDocument

[Missing <param name="doc"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument,System.Collections.Generic.List{System.String})"]

banKeys
Type: System.Collections.GenericListString

[Missing <param name="banKeys"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument,System.Collections.Generic.List{System.String})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument,System.Collections.Generic.List{System.String})"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument,System.Collections.Generic.List{System.String})"]

See Also