docs.unity3d.com
    Show / Hide Table of Contents

    Class transunit

    Inheritance
    Object
    transunit
    Namespace: UnityEditor.Localization.Plugins.XLIFF.V12
    Syntax
    public class transunit : object, ITranslationUnit, INoteCollection

    Constructors

    transunit()

    Declaration
    public transunit()

    Properties

    Any

    Declaration
    public System.Xml.XmlElement[] Any { get; set; }
    Property Value
    Type Description
    System.Xml.XmlElement[]

    AnyAttr

    Declaration
    public System.Xml.XmlAttribute[] AnyAttr { get; set; }
    Property Value
    Type Description
    System.Xml.XmlAttribute[]

    approved

    Declaration
    public AttrType_YesNo approved { get; set; }
    Property Value
    Type Description
    AttrType_YesNo

    approvedSpecified

    Declaration
    public bool approvedSpecified { get; set; }
    Property Value
    Type Description
    Boolean

    charclass

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

    coord

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

    cssstyle

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

    datatype

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

    exstyle

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

    extradata

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

    extype

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

    font

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

    helpid

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

    id

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

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITranslationUnit.Id

    Items

    Declaration
    public List<object> Items { get; set; }
    Property Value
    Type Description
    List<Object>

    maxbytes

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

    maxheight

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

    maxwidth

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

    menu

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

    menuname

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

    menuoption

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

    mergedtrans

    Declaration
    public AttrType_YesNo mergedtrans { get; set; }
    Property Value
    Type Description
    AttrType_YesNo

    minbytes

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

    minheight

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

    minwidth

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITranslationUnit.Name

    NoteCount

    Declaration
    public int NoteCount { get; }
    Property Value
    Type Description
    Int32
    Implements
    INoteCollection.NoteCount

    phasename

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

    reformat

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

    resname

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

    restype

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

    segsource

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

    sizeunit

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

    source

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

    Source

    Declaration
    public string Source { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITranslationUnit.Source

    space

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

    style

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

    target

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

    Target

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    String
    Implements
    ITranslationUnit.Target

    translate

    Declaration
    public AttrType_YesNo translate { get; set; }
    Property Value
    Type Description
    AttrType_YesNo

    Methods

    AddNewNote()

    Declaration
    public INote AddNewNote()
    Returns
    Type Description
    INote
    Implements
    INoteCollection.AddNewNote()

    AddNote(INote)

    Declaration
    public void AddNote(INote note)
    Parameters
    Type Name Description
    INote note
    Implements
    INoteCollection.AddNote(INote)

    GetNote(Int32)

    Declaration
    public INote GetNote(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    INote
    Implements
    INoteCollection.GetNote(Int32)

    RemoveNote(INote)

    Declaration
    public void RemoveNote(INote note)
    Parameters
    Type Name Description
    INote note
    Implements
    INoteCollection.RemoveNote(INote)

    Extension Methods

    TupleExtensions.IsValueTuple(Object)
    TupleExtensions.GetValueTupleItemObjects(Object)
    TupleExtensions.GetValueTupleItemObjectsFlattened(Object)
    In This Article
    • Constructors
      • transunit()
    • Properties
      • Any
      • AnyAttr
      • approved
      • approvedSpecified
      • charclass
      • coord
      • cssstyle
      • datatype
      • exstyle
      • extradata
      • extype
      • font
      • helpid
      • id
      • Id
      • Items
      • maxbytes
      • maxheight
      • maxwidth
      • menu
      • menuname
      • menuoption
      • mergedtrans
      • minbytes
      • minheight
      • minwidth
      • Name
      • NoteCount
      • phasename
      • reformat
      • resname
      • restype
      • segsource
      • sizeunit
      • source
      • Source
      • space
      • style
      • target
      • Target
      • translate
    • Methods
      • AddNewNote()
      • AddNote(INote)
      • GetNote(Int32)
      • RemoveNote(INote)
    • Extension Methods
    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