Search Results for

    Show / Hide Table of Contents

    Class TuLimitsValidatorSettings

    Settings object for a TU limits validator

    Inheritance
    object
    TuLimitsValidatorSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class TuLimitsValidatorSettings

    Constructors

    TuLimitsValidatorSettings(int?, int?)

    Initializes a new instance.

    Declaration
    public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null)
    Parameters
    Type Name Description
    int? segmentLengthLimit

    Maximum length of a TU segment to be considered valid

    int? tagNestingLimit

    Maximum nesting level of a TU segment to be considered valid

    Properties

    SegmentLengthLimit

    Gets a value specifying the maximum length of a TU segment to be considered valid

    Declaration
    public int? SegmentLengthLimit { get; }
    Property Value
    Type Description
    int?

    TagNestingLimit

    Gets a value specifying the maximum nesting level of a TU segment to be considered valid

    Declaration
    public int? TagNestingLimit { get; }
    Property Value
    Type Description
    int?
    In this article
    • Constructors
      • TuLimitsValidatorSettings(int?, int?)
    • Properties
      • SegmentLengthLimit
      • TagNestingLimit
    Back to top Generated by DocFX