Click or drag to resize
DeserializationResult Class
Provides information on deserialization process result and partially or fully deserialized BaseInfo.
Inheritance Hierarchy

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

The DeserializationResult type exposes the following members.

Constructors
  NameDescription
Public methodDeserializationResult
Creates DeserializationResult instance.
Top
Properties
  NameDescription
Public propertyDeserializedInfo
Deserialized info object
Public propertyFailedFields
Collection of names of fields and raw values that was impossible to deserialize.
(Inherited from DeserializationResultBase.)
Public propertyFailedMappings
Collection of names of fields and translation references that was impossible to map to existing DB objects.
(Inherited from DeserializationResultBase.)
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.
(Inherited from DeserializationResultBase.)
Top
Operators
See Also