Interface IVerificationCustomMessageData
IVerificationCustomMessageData interface represents the contract necessary to implement in order to display the contained properties on the Verification UI
Namespace: SdlSdl.VerificationApi
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 |