| CustomProcessorBase Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic abstract class CustomProcessorBase : ICustomProcessor
The CustomProcessorBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CustomProcessorBase | 
            Creates new instance of the CustomProcessorBase class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | TranslationHelper | 
            Translation helper object used to optimize database calls.
             | 
|  | TranslationReferenceLoader | 
            Gets a loader object used to instantiate TranslationReference from various sources.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | PostprocessSerializedObject | 
            Amends serializedObject after it was processed by InfoSerializer.
             | 
|  | PreprocessDeserializedDocument | 
            Amends document loaded from file system before it is processed by InfoDeserializer.
             | 
 Remarks
Remarks See Also
See Also