Class ExternalReviewMappingItem
An item representing the xliff file and its corresponding external review file
Inheritance
Object
ExternalReviewMappingItem
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
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
public string BilingualReviewFileFullPath { get; set; }
Property Value
Type | Description |
---|---|
String |
Guid
The project Guid of the project
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Language
the target language of the xliff file
Declaration
public Language Language { get; set; }
Property Value
Type | Description |
---|---|
Language |
XliffFilePath
the full path of the corrsponding Xliff file
Declaration
public string XliffFilePath { get; set; }
Property Value
Type | Description |
---|---|
String |