Class TUStreamContext
Inheritance
System.Object
TUStreamContext
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.Streams
Assembly: Sdl.LanguagePlatform.IO.dll
Syntax
public class TUStreamContext
Constructors
TUStreamContext()
Declaration
public TUStreamContext()
TUStreamContext(LanguagePair)
Declaration
public TUStreamContext(LanguagePair languageDirection)
Parameters
Type | Name | Description |
---|---|---|
LanguagePair | languageDirection |
TUStreamContext(LanguagePair, FieldDefinitions)
Declaration
public TUStreamContext(LanguagePair languageDirection, FieldDefinitions fields)
Parameters
Type | Name | Description |
---|---|---|
LanguagePair | languageDirection | |
FieldDefinitions | fields |
TUStreamContext(CultureInfo, CultureInfo)
Declaration
public TUStreamContext(CultureInfo sourceCulture, CultureInfo targetCulture)
Parameters
Type | Name | Description |
---|---|---|
System.Globalization.CultureInfo | sourceCulture | |
System.Globalization.CultureInfo | targetCulture |
TUStreamContext(CultureInfo, CultureInfo, FieldDefinitions)
Declaration
public TUStreamContext(CultureInfo sourceCulture, CultureInfo targetCulture, FieldDefinitions fields)
Parameters
Type | Name | Description |
---|---|---|
System.Globalization.CultureInfo | sourceCulture | |
System.Globalization.CultureInfo | targetCulture | |
FieldDefinitions | fields |
Properties
CheckMatchingSublanguages
Declaration
public bool CheckMatchingSublanguages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FieldDefinitions
Declaration
public FieldDefinitions FieldDefinitions { get; }
Property Value
Type | Description |
---|---|
FieldDefinitions |
MayAddNewFields
Declaration
public bool MayAddNewFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceCulture
Declaration
public CultureInfo SourceCulture { get; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
TargetCulture
Declaration
public CultureInfo TargetCulture { get; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |