Click or drag to resize
PagingHelperCreate Method (String, String)
根据Xml字符串创建对象

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static PagingHelper Create(
	string xml,
	string queryXml
)

Parameters

xml
Type: SystemString

[Missing <param name="xml"/> documentation for "M:X3Platform.Util.PagingHelper.Create(System.String,System.String)"]

queryXml
Type: SystemString

[Missing <param name="queryXml"/> documentation for "M:X3Platform.Util.PagingHelper.Create(System.String,System.String)"]

Return Value

Type: PagingHelper

[Missing <returns> documentation for "M:X3Platform.Util.PagingHelper.Create(System.String,System.String)"]

See Also