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
    Back to top Generated by DocFX