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(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

    Initializes a new instance.

    Declaration
    public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null, int? fieldsLimit = null, int? picklistValuesLimit = null)
    Parameters
    Type Name Description
    Nullable<Int32> segmentLengthLimit

    Maximum length of a TU segment to be considered valid

    Nullable<Int32> tagNestingLimit

    Maximum nesting level of a TU segment to be considered valid

    Nullable<Int32> fieldsLimit

    Maximum number of fields to be considered valid

    Nullable<Int32> picklistValuesLimit

    Maximum number of picklist values

    Properties

    FieldsLimit

    Gets a value specifying the maximum number of fields to be considered valid

    Declaration
    public int? FieldsLimit { get; }
    Property Value
    Type Description
    Nullable<Int32>

    PicklistValuesLimit

    Gets a value specifying the maximum number of picklist values to be considered valid

    Declaration
    public int? PicklistValuesLimit { get; }
    Property Value
    Type Description
    Nullable<Int32>

    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
    Nullable<Int32>

    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
    Nullable<Int32>
    In this article
    • Constructors
      • TuLimitsValidatorSettings(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
    • Properties
      • FieldsLimit
      • PicklistValuesLimit
      • SegmentLengthLimit
      • TagNestingLimit
    Back to top Generated by DocFX