Search Results for

    Show / Hide Table of Contents

    Class PagedTranslationMemories

    The paged translation memories

    Inheritance
    object
    PagedTranslationMemories
    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 class PagedTranslationMemories

    Constructors

    PagedTranslationMemories()

    Declaration
    public PagedTranslationMemories()

    Properties

    Index

    Zero based index of the translations memories to be retrieved

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    Size

    The page size to be retrieved

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    int

    TotalEntities

    Number of total translation memories result

    Declaration
    public int TotalEntities { get; set; }
    Property Value
    Type Description
    int

    TranslationMemories

    The translation result based on the index and page size.

    Declaration
    public ServerBasedTranslationMemory[] TranslationMemories { get; set; }
    Property Value
    Type Description
    ServerBasedTranslationMemory[]
    In this article
    • Constructors
      • PagedTranslationMemories()
    • Properties
      • Index
      • Size
      • TotalEntities
      • TranslationMemories
    Back to top Generated by DocFX