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 |
---|---|
String |
SourceSegmentPlainText
Information which will be displayed in the UI.
Declaration
string SourceSegmentPlainText { get; set; }
Property Value
Type | Description |
---|---|
String |
TargetSegmentPlainText
Information which will be displayed in the UI.
Declaration
string TargetSegmentPlainText { get; set; }
Property Value
Type | Description |
---|---|
String |