Search Results for

    Show / Hide Table of Contents

    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
    [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
    In this article
    • Constructors
      • ExternalReviewMappingItem(string, Guid, string)
    • Properties
      • BilingualReviewFileFullPath
      • Guid
      • Language
      • XliffFilePath
    Back to top Generated by DocFX