Click or drag to resize
FailedMapping Class
Provides information of name of field and translation reference that was impossible to map to existing DB objects.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationFailedMapping

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class FailedMapping

The FailedMapping type exposes the following members.

Constructors
  NameDescription
Public methodFailedMapping
Creates a new instance of FailedMapping.
Top
Properties
  NameDescription
Public propertyFieldName
Name of field the translation to existing DB object failed for.
Public propertyTranslationReference
Reference to object that failed to translate to existing DB object.
Top
Methods
See Also