Class BilingualFileMapping
This hold the mapping between a file in the project and a previously translated version in a particular language
Inheritance
System.Object
BilingualFileMapping
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.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class BilingualFileMapping
Constructors
BilingualFileMapping()
Empty constructor
Declaration
public BilingualFileMapping()
BilingualFileMapping(Guid, Language, String)
Constructor
Declaration
public BilingualFileMapping(Guid fileId, Language language, string bilingualFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | fileId | If of the original file to map |
Language | language | language of the file to map |
System.String | bilingualFilePath | path to the bilingual reference file |
Properties
BilingualFilePath
Path to the bilingual reference file
Declaration
public string BilingualFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileId
Id of the project file to map
Declaration
public Guid FileId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Language
Target language of the Bilingual file to map
Declaration
public Language Language { get; set; }
Property Value
Type | Description |
---|---|
Language |