Class TuLimitsValidatorSettings
Settings object for a TU limits validator
Inheritance
System.Object
TuLimitsValidatorSettings
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.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class TuLimitsValidatorSettings
Constructors
TuLimitsValidatorSettings(Nullable<Int32>, Nullable<Int32>)
Initializes a new instance.
Declaration
public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | segmentLengthLimit | Maximum length of a TU segment to be considered valid |
System.Nullable<System.Int32> | 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 |
---|---|
System.Nullable<System.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 |
---|---|
System.Nullable<System.Int32> |