Search Results for

    Show / Hide Table of Contents

    Class SearchResult

    Inheritance
    System.Object
    SearchResult
    SubsegmentSearchResult
    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.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class SearchResult

    Constructors

    SearchResult(TranslationUnit)

    Declaration
    public SearchResult(TranslationUnit tmTu)
    Parameters
    Type Name Description
    TranslationUnit tmTu

    Properties

    CascadeEntryIndex

    Declaration
    public int CascadeEntryIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    ContextData

    Declaration
    public TuContext ContextData { get; set; }
    Property Value
    Type Description
    TuContext

    MatchingPlaceholderTokens

    Declaration
    public int MatchingPlaceholderTokens { get; set; }
    Property Value
    Type Description
    System.Int32

    MemoryPlaceables

    Declaration
    public List<Placeable> MemoryPlaceables { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Placeable>

    MemoryTranslationUnit

    Declaration
    public TranslationUnit MemoryTranslationUnit { get; set; }
    Property Value
    Type Description
    TranslationUnit

    MetaData

    Declaration
    public Dictionary<string, object> MetaData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    PlaceableAssociations

    Declaration
    public List<PlaceableAssociation> PlaceableAssociations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PlaceableAssociation>

    ScoringResult

    Declaration
    public ScoringResult ScoringResult { get; set; }
    Property Value
    Type Description
    ScoringResult

    TranslationProposal

    Declaration
    public TranslationUnit TranslationProposal { get; set; }
    Property Value
    Type Description
    TranslationUnit

    On this page

    • Constructors
      • SearchResult(TranslationUnit)
    • Properties
      • CascadeEntryIndex
      • ContextData
      • MatchingPlaceholderTokens
      • MemoryPlaceables
      • MemoryTranslationUnit
      • MetaData
      • PlaceableAssociations
      • ScoringResult
      • TranslationProposal
    Back to top Generated by DocFX