Class LegacyTranslationMemorySetup
Inheritance
Object
LegacyTranslationMemorySetup
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
public class LegacyTranslationMemorySetup : ILegacyTranslationMemorySetup
Constructors
Declaration
public LegacyTranslationMemorySetup()
Properties
Declaration
public string Copyright { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public DateTime? ExpirationDate { get; set; }
Property Value
Type |
Description |
Nullable<DateTime> |
|
Declaration
public FGASupport FGASupport { get; set; }
Property Value
Declaration
public IList<FieldDefinition> Fields { get; set; }
Property Value
Declaration
public FuzzyIndexes FuzzyIndexes { get; set; }
Property Value
Declaration
public ILegacyLanguageDirectionData[] LanguageDirections { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public BuiltinRecognizers Recognizers { get; set; }
Property Value
TextContextMatchType
Declaration
public TextContextMatchType TextContextMatchType { get; set; }
Property Value
Declaration
public TokenizerFlags TokenizerFlags { get; set; }
Property Value
Declaration
public int TotalTranslationUnitCount { get; set; }
Property Value
UsesIdContextMatch
Declaration
public bool UsesIdContextMatch { get; set; }
Property Value
Declaration
public WordCountFlags WordCountFlags { get; set; }
Property Value
Implements