Table of Contents

Class FailedMapping

Namespace
CMS.DataEngine.Serialization
Assembly
CMS.DataEngine.dll

Provides information of name of field and translation reference that was impossible to map to existing DB objects.

public class FailedMapping
Inheritance
object
FailedMapping
Extension Methods

Constructors

FailedMapping(string, TranslationReference)

Creates a new instance of FailedMapping.

public FailedMapping(string fieldName, TranslationReference translationReference)

Parameters

fieldName string

Name of field the translation to existing DB object failed for.

translationReference TranslationReference

Reference that failed to translate to existing DB object.

Exceptions

ArgumentException

Thrown when file name is either null or empty.

ArgumentNullException

Thrown when reference was not provided.

Properties

FieldName

Name of field the translation to existing DB object failed for.

public string FieldName { get; }

Property Value

string

TranslationReference

Reference to object that failed to translate to existing DB object.

public TranslationReference TranslationReference { get; }

Property Value

TranslationReference

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string