Click or drag to resize
ApplicationSettingGroupInfoSerializable Method (Boolean, Boolean)
序列化对象

Namespace: X3Platform.Apps.Model
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override string Serializable(
	bool displayComment,
	bool displayFriendlyName
)

Parameters

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

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Apps.Model.ApplicationSettingGroupInfo.Serializable(System.Boolean,System.Boolean)"]

Implements

ISerializedObjectSerializable(Boolean, Boolean)
See Also