Class ExternalReviewMappingItem
An item representing the xliff file and its corresponding external review file
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
[DataContract]
public class ExternalReviewMappingItem
Constructors
ExternalReviewMappingItem(string, Guid, string)
Constructor of ExternalReviewMappingItem
Declaration
public ExternalReviewMappingItem(string XliffFilePath, Guid projectGuid, string bilingualReviewFilePath)
Parameters
Type | Name | Description |
---|---|---|
string | XliffFilePath | |
Guid | projectGuid | |
string | bilingualReviewFilePath |
Properties
BilingualReviewFileFullPath
the full path of the bilingual review file
Declaration
[DataMember]
public string BilingualReviewFileFullPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Guid
The project Guid of the project
Declaration
[DataMember]
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Language
the target language of the xliff file
Declaration
[DataMember]
public Language Language { get; set; }
Property Value
Type | Description |
---|---|
Language |
XliffFilePath
the full path of the corrsponding Xliff file
Declaration
[DataMember]
public string XliffFilePath { get; set; }
Property Value
Type | Description |
---|---|
string |