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>)
Initializes a new instance.
Declaration
public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = 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 |
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 |
---|---|
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> |