Search Results for

    Show / Hide Table of Contents

    Class BilingualFileMapping

    This hold the mapping between a file in the project and a previously translated version in a particular language

    Inheritance
    object
    BilingualFileMapping
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    Guid fileId

    If of the original file to map

    Language language

    language of the file to map

    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
    string

    FileId

    Id of the project file to map

    Declaration
    public Guid FileId { get; set; }
    Property Value
    Type Description
    Guid

    Language

    Target language of the Bilingual file to map

    Declaration
    public Language Language { get; set; }
    Property Value
    Type Description
    Language
    In this article
    • Constructors
      • BilingualFileMapping()
      • BilingualFileMapping(Guid, Language, string)
    • Properties
      • BilingualFilePath
      • FileId
      • Language
    Back to top Generated by DocFX