Interface INativeFileVerifier
A native file verifier performs the task of checking the target file produced by the a generator for potential issues.
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface INativeFileVerifier : INativeOutputSettingsAware
Properties
MessageReporter
The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions.
Declaration
INativeTextLocationMessageReporter MessageReporter { get; set; }
Property Value
Type | Description |
---|---|
INativeTextLocationMessageReporter |
Methods
Verify()
Performs the task of verifying the file
Declaration
void Verify()