EntityClassSerializable Method (Boolean, Boolean) |
序列化对象
Namespace: X3PlatformAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual string Serializable(
bool displayComment,
bool displayFriendlyName
)
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.EntityClass.Serializable(System.Boolean,System.Boolean)"]
Implements
ISerializedObjectSerializable(Boolean, Boolean)
See Also