Click or drag to resize
DeserializationResultBase Class
Provides information on deserialization process result.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationDeserializationResultBase
    CMS.DataEngine.SerializationDeserializationResult

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public abstract class DeserializationResultBase

The DeserializationResultBase type exposes the following members.

Constructors
  NameDescription
Protected methodDeserializationResultBase
Top
Properties
  NameDescription
Public propertyFailedFields
Collection of names of fields and raw values that was impossible to deserialize.
Public propertyFailedMappings
Collection of names of fields and translation references that was impossible to map to existing DB objects.
Public propertyIsValid
Returns true if deserialized info object contains all fields that were present in its source and all references were successfully mapped to existing DB objects.
Top
Remarks
Class is intended for internal and testing purposes.
See Also