Search Results for

    Show / Hide Table of Contents

    Interface IVerificationCustomMessageData

    IVerificationCustomMessageData interface represents the contract necessary to implement in order to display the contained properties on the Verification UI

    Namespace: Sdl.Verification.Api
    Assembly: Sdl.Verification.Api.dll
    Syntax
    public interface IVerificationCustomMessageData

    Properties

    DetailedDescription

    Information which will be displayed in the UI.

    Declaration
    string DetailedDescription { get; }
    Property Value
    Type Description
    System.String

    SourceSegmentPlainText

    Information which will be displayed in the UI.

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

    TargetSegmentPlainText

    Information which will be displayed in the UI.

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

    On this page

    • Properties
      • DetailedDescription
      • SourceSegmentPlainText
      • TargetSegmentPlainText
    Back to top Generated by DocFX