Class AbstractContentProcessor
Base class used to process a bilingual document.
Inheritance
System.Object
AbstractContentProcessor
Namespace: Sdl.ProjectAutomation.FileBased
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public abstract class AbstractContentProcessor : AbstractBilingualContentHandler
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 |
---|---|
System.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()