Search Results for

    Show / Hide Table of Contents

    Class LegacyTranslationMemorySetup

    Inheritance
    Object
    LegacyTranslationMemorySetup
    Implements
    ILegacyTranslationMemorySetup
    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.Upgrade
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class LegacyTranslationMemorySetup : ILegacyTranslationMemorySetup

    Constructors

    LegacyTranslationMemorySetup()

    Declaration
    public LegacyTranslationMemorySetup()

    Properties

    Copyright

    Declaration
    public string Copyright { get; set; }
    Property Value
    Type Description
    String

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    String

    ExpirationDate

    Declaration
    public DateTime? ExpirationDate { get; set; }
    Property Value
    Type Description
    Nullable<DateTime>

    FGASupport

    Declaration
    public FGASupport FGASupport { get; set; }
    Property Value
    Type Description
    FGASupport

    Fields

    Declaration
    public IList<FieldDefinition> Fields { get; set; }
    Property Value
    Type Description
    IList<FieldDefinition>

    FuzzyIndexes

    Declaration
    public FuzzyIndexes FuzzyIndexes { get; set; }
    Property Value
    Type Description
    FuzzyIndexes

    LanguageDirections

    Declaration
    public ILegacyLanguageDirectionData[] LanguageDirections { get; set; }
    Property Value
    Type Description
    ILegacyLanguageDirectionData[]

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Recognizers

    Declaration
    public BuiltinRecognizers Recognizers { get; set; }
    Property Value
    Type Description
    BuiltinRecognizers

    TextContextMatchType

    Declaration
    public TextContextMatchType TextContextMatchType { get; set; }
    Property Value
    Type Description
    TextContextMatchType

    TokenizerFlags

    Declaration
    public TokenizerFlags TokenizerFlags { get; set; }
    Property Value
    Type Description
    TokenizerFlags

    TotalTranslationUnitCount

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

    UsesIdContextMatch

    Declaration
    public bool UsesIdContextMatch { get; set; }
    Property Value
    Type Description
    Boolean

    WordCountFlags

    Declaration
    public WordCountFlags WordCountFlags { get; set; }
    Property Value
    Type Description
    WordCountFlags

    Implements

    ILegacyTranslationMemorySetup
    In this article
    Back to top Generated by DocFX