Search Results for

    Show / Hide Table of Contents

    Class LegacyTranslationMemorySetup

    Inheritance
    System.Object
    LegacyTranslationMemorySetup
    Implements
    ILegacyTranslationMemorySetup
    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.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
    System.String

    Description

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

    ExpirationDate

    Declaration
    public DateTime? ExpirationDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.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
    System.Collections.Generic.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
    System.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
    System.Int32

    UsesIdContextMatch

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

    WordCountFlags

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

    Implements

    ILegacyTranslationMemorySetup

    On this page

    • Constructors
      • LegacyTranslationMemorySetup()
    • Properties
      • Copyright
      • Description
      • ExpirationDate
      • FGASupport
      • Fields
      • FuzzyIndexes
      • LanguageDirections
      • Name
      • Recognizers
      • TextContextMatchType
      • TokenizerFlags
      • TotalTranslationUnitCount
      • UsesIdContextMatch
      • WordCountFlags
    • Implements
    Back to top Generated by DocFX