Click or drag to resize
CustomProcessorResult Class
Provides information on custom process result.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationDeserializationResultBase
    CMS.ContinuousIntegration.InternalCustomProcessorResult

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public class CustomProcessorResult : DeserializationResultBase

The CustomProcessorResult type exposes the following members.

Constructors
  NameDescription
Public methodCustomProcessorResult
Creates new instance of CustomProcessorResult
Top
Properties
  NameDescription
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.)
Public propertyTypeInfo
Type info the processor processes.
Top
See Also