Click or drag to resize
ApplicationPackageServiceTransformToFriendlyXml Method
转换为友好的Xml格式

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public XmlDocument TransformToFriendlyXml(
	string id
)

Parameters

id
Type: SystemString
数据包的标识

Return Value

Type: XmlDocument

[Missing <returns> documentation for "M:X3Platform.Apps.BLL.ApplicationPackageService.TransformToFriendlyXml(System.String)"]

Implements

IApplicationPackageServiceTransformToFriendlyXml(String)
See Also