docs.unity3d.com
    Show / Hide Table of Contents

    Interface IXliffDocument

    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface IXliffDocument

    Properties

    FileCount

    Declaration
    int FileCount { get; }
    Property Value
    Type Description
    Int32

    SourceLanguage

    Declaration
    string SourceLanguage { get; set; }
    Property Value
    Type Description
    String

    TargetLanguage

    Declaration
    string TargetLanguage { get; set; }
    Property Value
    Type Description
    String

    Version

    Declaration
    string Version { get; }
    Property Value
    Type Description
    String

    Methods

    AddFile(IFile)

    Declaration
    void AddFile(IFile f)
    Parameters
    Type Name Description
    IFile f

    AddNewFile()

    Declaration
    IFile AddNewFile()
    Returns
    Type Description
    IFile

    GetFile(Int32)

    Declaration
    IFile GetFile(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    IFile

    RemoveFile(IFile)

    Declaration
    void RemoveFile(IFile f)
    Parameters
    Type Name Description
    IFile f

    Serialize(Stream)

    Declaration
    void Serialize(Stream stream)
    Parameters
    Type Name Description
    Stream stream

    Extension Methods

    TupleExtensions.IsValueTuple(Object)
    TupleExtensions.GetValueTupleItemObjects(Object)
    TupleExtensions.GetValueTupleItemObjectsFlattened(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023