Interface INativeGenerationContentProcessor
Implemented by native content processors used during generation (i.e. writing) of native files.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface INativeGenerationContentProcessor : INativeGenerationContentHandler, IAbstractNativeContentHandler
Remarks
During native file extraction (parsing) the INativeExtractionContentProcessor fulfills the corresponding function.
Properties
Output
The interface on which the output is generated by this processor
Declaration
INativeGenerationContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
INativeGenerationContentHandler |