Search Results for

    Show / Hide Table of Contents

    Class TranslationModelTuMatrixRequest

    Inheritance
    object
    TranslationModelTuMatrixRequest
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment.Model
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelTuMatrixRequest

    Constructors

    TranslationModelTuMatrixRequest(HashSet<int>, HashSet<int>)

    Declaration
    public TranslationModelTuMatrixRequest(HashSet<int> sourceKeys, HashSet<int> targetKeys)
    Parameters
    Type Name Description
    HashSet<int> sourceKeys
    HashSet<int> targetKeys

    Properties

    SourceKeys

    Declaration
    public HashSet<int> SourceKeys { get; }
    Property Value
    Type Description
    HashSet<int>

    TargetKeys

    Declaration
    public HashSet<int> TargetKeys { get; }
    Property Value
    Type Description
    HashSet<int>
    In this article
    • Constructors
      • TranslationModelTuMatrixRequest(HashSet<int>, HashSet<int>)
    • Properties
      • SourceKeys
      • TargetKeys
    Back to top Generated by DocFX