Search Results for

    Show / Hide Table of Contents

    Interface INativeFileVerifier

    A native file verifier performs the task of checking the target file produced by the a generator for potential issues.

    Inherited Members
    INativeOutputSettingsAware.SetOutputProperties(INativeOutputFileProperties)
    INativeOutputSettingsAware.GetProposedOutputFileInfo(IPersistentFileConversionProperties, IOutputFileInfo)
    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()

    On this page

    • Properties
      • MessageReporter
    • Methods
      • Verify()
    Back to top Generated by DocFX