Interface IBilingualFileTypeComponent
Bilingual components that need access to the document item factory should implement this interface.
The ItemFactory property will be set by the framework before parsing begins.
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualFileTypeComponent
Properties
ItemFactory
The framework will set this property as part of initialization.
Bilingual components should use this factory to create any items that are inserted into the bilingual content model.
Declaration
IDocumentItemFactory ItemFactory { get; set; }
Property Value
Type | Description |
---|---|
IDocumentItemFactory |
MessageReporter
The framework will set this property as part of initialization.
Bilingual components may use this to report any issues encountered during processing.
Declaration
IBilingualContentMessageReporter MessageReporter { get; set; }
Property Value
Type | Description |
---|---|
IBilingualContentMessageReporter |