| CustomProcessorResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic class CustomProcessorResult : DeserializationResultBase
The CustomProcessorResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CustomProcessorResult | 
            Creates new instance of CustomProcessorResult | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FailedFields | 
            Collection of names of fields and raw values that was impossible to deserialize.
            (Inherited from DeserializationResultBase.) | 
|  | FailedMappings | 
            Collection of names of fields and translation references that was impossible to map to existing DB objects.
            (Inherited from DeserializationResultBase.) | 
|  | IsValid | 
            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.) | 
|  | TypeInfo | 
            Type info the processor processes.
             | 
 See Also
See Also