Search Results for

    Show / Hide Table of Contents

    Interface IBilingualContentMessageReporterWithExtendedData

    IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter.

    Inherited Members
    IBasicMessageReporterWithExtendedData.ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData)
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IBilingualContentMessageReporterWithExtendedData : IBasicMessageReporterWithExtendedData
    Remarks

    This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API.

    Methods

    ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData)

    Reports the message with the given message arguments.

    Declaration
    void ReportMessage(object source, string origin, ErrorLevel level, string message, TextLocation fromLocation, TextLocation uptoLocation, ExtendedMessageEventData extendedData)
    Parameters
    Type Name Description
    object source

    source

    string origin

    origin

    ErrorLevel level

    level

    string message

    message

    TextLocation fromLocation

    from location

    TextLocation uptoLocation

    upto location

    ExtendedMessageEventData extendedData

    extended data

    In this article
    • Methods
      • ReportMessage(object, string, ErrorLevel, string, TextLocation, TextLocation, ExtendedMessageEventData)
    Back to top Generated by DocFX