Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryIterator

    Inheritance
    System.Object
    TranslationMemoryIterator
    DuplicateIterator
    RegularIterator
    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 abstract class TranslationMemoryIterator

    Constructors

    TranslationMemoryIterator()

    Declaration
    protected TranslationMemoryIterator()

    TranslationMemoryIterator(Int32)

    Declaration
    protected TranslationMemoryIterator(int maxCount)
    Parameters
    Type Name Description
    System.Int32 maxCount

    Properties

    Filter

    Declaration
    public FilterExpression Filter { get; set; }
    Property Value
    Type Description
    FilterExpression

    Forward

    Declaration
    public bool Forward { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxCount

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

    MaxScan

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

    ProcessedTranslationUnits

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

    ScannedTranslationUnits

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

    Methods

    Reset()

    Declaration
    public abstract void Reset()

    On this page

    • Constructors
      • TranslationMemoryIterator()
      • TranslationMemoryIterator(Int32)
    • Properties
      • Filter
      • Forward
      • MaxCount
      • MaxScan
      • ProcessedTranslationUnits
      • ScannedTranslationUnits
    • Methods
      • Reset()
    Back to top Generated by DocFX