Click or drag to resize
DataQuerySerializable Method (Boolean, Boolean)
根据对象导出Xml元素

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual string Serializable(
	bool displayComment,
	bool displayFriendlyName
)

Parameters

displayComment
Type: SystemBoolean
显示注释
displayFriendlyName
Type: SystemBoolean
显示友好名称

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Data.DataQuery.Serializable(System.Boolean,System.Boolean)"]

Implements

ISerializedObjectSerializable(Boolean, Boolean)
See Also