Class TMXReaderSettings
Inheritance
System.Object
TMXReaderSettings
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.IO.TMX
Assembly: Sdl.LanguagePlatform.IO.dll
Syntax
public class TMXReaderSettings
Constructors
TMXReaderSettings()
Declaration
public TMXReaderSettings()
TMXReaderSettings(TUStreamContext)
Declaration
public TMXReaderSettings(TUStreamContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| TUStreamContext | context |
TMXReaderSettings(TUStreamContext, Boolean, Boolean, Boolean)
Declaration
public TMXReaderSettings(TUStreamContext context, bool validateAgainstSchema, bool resolveNeutralCultures, bool plainText)
Parameters
| Type | Name | Description |
|---|---|---|
| TUStreamContext | context | |
| System.Boolean | validateAgainstSchema | |
| System.Boolean | resolveNeutralCultures | |
| System.Boolean | plainText |
Properties
CleanupMode
Declaration
public ImportSettings.ImportTUProcessingMode CleanupMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ImportSettings.ImportTUProcessingMode |
Context
Declaration
public TUStreamContext Context { get; }
Property Value
| Type | Description |
|---|---|
| TUStreamContext |
FieldIdentifierMappings
Declaration
public IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier> |
PlainText
Declaration
public bool PlainText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ResolveNeutralCultures
Declaration
public bool ResolveNeutralCultures { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SkipUnknownCultures
Declaration
public bool SkipUnknownCultures { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ValidateAgainstSchema
Declaration
public bool ValidateAgainstSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |