Search Results for

    Show / Hide Table of Contents

    Class ExtendedMessageEventData

    ExtendedMessageEventData class represents extended message event data within message event arguments. The extended message event data includes the message type property. It is expected that developers will inherit from this class to include further properties specific to the message. For example, segment verifier developers could inherit from ExtendedMessageEventData to include further verification message properties to help describe and display verification messages to the user.

    Inheritance
    System.Object
    ExtendedMessageEventData
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class ExtendedMessageEventData

    Constructors

    ExtendedMessageEventData()

    Default constructor.

    Declaration
    public ExtendedMessageEventData()

    Properties

    MessageType

    MessageType property represents the message type e.g. "Sdl.FileTypeSupport.Filters.Verifiers.QAChecker.ProcessorNumbers; Extra number in target segment." The message type string should be unique for each message so it should refer to specific messages and not broad classes of messages. This message type property is optional and can be null but it is recommended that the message type is supplied. It is important to note that the MessageType property is not intended to be displayed to the user and should not be localised.

    Declaration
    public string MessageType { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • ExtendedMessageEventData()
    • Properties
      • MessageType
    Back to top Generated by DocFX