Class ExternalReviewMappingItem
An item representing the xliff file and its corresponding external review file
Inheritance
System.Object
ExternalReviewMappingItem
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.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 |
---|---|---|
System.String | XliffFilePath | |
System.Guid | projectGuid | |
System.String | bilingualReviewFilePath |
Properties
BilingualReviewFileFullPath
the full path of the bilingual review file
Declaration
public string BilingualReviewFileFullPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
The project Guid of the project
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |