Search Results for

    Show / Hide Table of Contents

    Class TranslationMemorySearchResultConverters

    A converter helper class that converts from SearchResults to Subsegmentsearch results

    Inheritance
    object
    TranslationMemorySearchResultConverters
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public static class TranslationMemorySearchResultConverters

    Methods

    ToSegmentAndSubsegmentSearchResults(SearchResults[])

    Converts the given SearchResults array to an SegmentAndSubsegmentSearchResults array

    Declaration
    public static SegmentAndSubsegmentSearchResults[] ToSegmentAndSubsegmentSearchResults(SearchResults[] results)
    Parameters
    Type Name Description
    SearchResults[] results
    Returns
    Type Description
    SegmentAndSubsegmentSearchResults[]
    In this article
    • Methods
      • ToSegmentAndSubsegmentSearchResults(SearchResults[])
    Back to top Generated by DocFX