Interface IBilingualContentMessageReporterWithExtendedData
IBilingualContentMessageReporterWithExtendedData interface is almost exactly the same as the IBilingualContentMessageReporter except that the ReportMessage method includes an extended data parameter.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkBilingualApi
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 |