Class AbstractContentProcessor
Base class used to process a bilingual document.
Inheritance
AbstractContentProcessor
Implements
Inherited Members
Namespace: SdlSdl.ProjectAutomationFileBased
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public abstract class AbstractContentProcessor : AbstractBilingualContentHandler, IBilingualFileTypeComponent, IBilingualContentMessageReporter, IBasicMessageReporter, IBilingualContentMessageReporterWithExtendedData, IBasicMessageReporterWithExtendedData, IBilingualContentHandler
Constructors
AbstractContentProcessor()
Declaration
protected AbstractContentProcessor()
Fields
ContentChanged
Event triggered if the content processed is changed while processing
Declaration
public EventHandler ContentChanged
Field Value
Type | Description |
---|---|
EventHandler |
Methods
TriggerContentChange()
This is a helper that can be used when a change to the content has been done while processing.
Declaration
protected void TriggerContentChange()