Search Results for

    Show / Hide Table of Contents

    Class TranslationModelVocabEntry

    Inheritance
    object
    TranslationModelVocabEntry
    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 TranslationModelVocabEntry

    Constructors

    TranslationModelVocabEntry()

    Declaration
    public TranslationModelVocabEntry()

    Properties

    Key

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

    Occurrences

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

    Token

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • TranslationModelVocabEntry()
    • Properties
      • Key
      • Occurrences
      • Token
    Back to top Generated by DocFX