ApplicationSettingInfoSerializable Method (Boolean, Boolean) |
序列化对象
Namespace: X3Platform.Apps.ModelAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string Serializable(
bool displayComment,
bool displayFriendlyName
)
public:
virtual String^ Serializable(
bool displayComment,
bool displayFriendlyName
) override
Parameters
- displayComment
- Type: SystemBoolean
显示注释 - displayFriendlyName
- Type: SystemBoolean
显示友好名称
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Apps.Model.ApplicationSettingInfo.Serializable(System.Boolean,System.Boolean)"]
Implements
ISerializedObjectSerializable(Boolean, Boolean)
See Also