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
-
objectFailedMapping
- Extension Methods
Constructors
FailedMapping(string, TranslationReference)
Creates a new instance of FailedMapping.
public FailedMapping(string fieldName, TranslationReference translationReference)
Parameters
fieldName
stringName of field the translation to existing DB object failed for.
translationReference
TranslationReferenceReference 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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string