Click or drag to resize
EntityMappingSerializerSerializeEntityMapping Method
Serializes an entity mapping into an XML string.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public string SerializeEntityMapping(
	EntityMapping mapping
)

Parameters

mapping
Type: CMS.DataComEntityMapping
The entity mapping to serialize.

Return Value

Type: String
The XML string that contains the specified entity mapping.
See Also