Search Results for

    Show / Hide Table of Contents

    Interface IFilePostTweaker

    Implemented by components that modify the file that is generated after it has been written by the generator.

    Inherited Members
    IFileTweaker.MessageReporter
    IFileTweaker.Enabled
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IFilePostTweaker : IFileTweaker
    Remarks

    File tweaker implementations typically derive from Sdl.FileTypeSupport.Framework.Core.Utiltites.NativeApi.AbstractFilePostTweaker rather than implementing this interface explicitly.

    Methods

    TweakFilePostWriting(INativeOutputFileProperties)

    The method called by the framework for each file after generation is complete. It is the responsibility of the class implementing this method to process the file completely.

    Declaration
    void TweakFilePostWriting(INativeOutputFileProperties outputFileProperties)
    Parameters
    Type Name Description
    INativeOutputFileProperties outputFileProperties

    On this page

    • Methods
      • TweakFilePostWriting(INativeOutputFileProperties)
    Back to top Generated by DocFX