Click or drag to resize
CustomProcessorBase Class
Provides TranslationHelper object from a job the processor will be run from to ease customization of XmlDocument after it is processed by InfoSerializer and before it is process by InfoDeserializer.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalCustomProcessorBase

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public abstract class CustomProcessorBase : ICustomProcessor

The CustomProcessorBase type exposes the following members.

Constructors
  NameDescription
Protected methodCustomProcessorBase
Creates new instance of the CustomProcessorBase class.
Top
Properties
  NameDescription
Protected propertyTranslationHelper
Translation helper object used to optimize database calls.
Protected propertyTranslationReferenceLoader
Gets a loader object used to instantiate TranslationReference from various sources.
Top
Methods
  NameDescription
Public methodPostprocessSerializedObject
Amends serializedObject after it was processed by InfoSerializer.
Public methodPreprocessDeserializedDocument
Amends document loaded from file system before it is processed by InfoDeserializer.
Top
Remarks
This class is intended for internal usage only.
See Also