Search Results for

    Show / Hide Table of Contents

    Class BilingualFileMapping

    Inheritance
    System.Object
    BilingualFileMapping
    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.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class BilingualFileMapping

    Constructors

    BilingualFileMapping()

    Declaration
    public BilingualFileMapping()

    BilingualFileMapping(Guid, Language, String)

    Declaration
    public BilingualFileMapping(Guid fileId, Language language, string bilingualFilePath)
    Parameters
    Type Name Description
    System.Guid fileId
    Language language
    System.String bilingualFilePath

    Properties

    BilingualFilePath

    Declaration
    public string BilingualFilePath { get; set; }
    Property Value
    Type Description
    System.String

    FileId

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

    Language

    Declaration
    public Language Language { get; set; }
    Property Value
    Type Description
    Language

    On this page

    • Constructors
      • BilingualFileMapping()
      • BilingualFileMapping(Guid, Language, String)
    • Properties
      • BilingualFilePath
      • FileId
      • Language
    Back to top Generated by DocFX