Click or drag to resize
EntityMappingSerializer Class
Serializes and deserializes an entity mapping into an XML string.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityMappingSerializer

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityMappingSerializer

The EntityMappingSerializer type exposes the following members.

Constructors
  NameDescription
Public methodEntityMappingSerializer
Top
Methods
  NameDescription
Public methodSerializeEntityMapping
Serializes an entity mapping into an XML string.
Public methodUnserializeEntityMapping
Parses the specified XML string and returns the deserialized entity mapping.
Top
See Also