docs.unity3d.com
    Show / Hide Table of Contents

    Interface IGroup

    Provides a way to organize units into a structured hierarchy.

    Inherited Members
    IGroupCollection.GroupCount
    IGroupCollection.GetGroup(Int32)
    IGroupCollection.AddGroup(IGroup)
    IGroupCollection.RemoveGroup(IGroup)
    IGroupCollection.AddNewGroup()
    INoteCollection.NoteCount
    INoteCollection.GetNote(Int32)
    INoteCollection.AddNote(INote)
    INoteCollection.RemoveNote(INote)
    INoteCollection.AddNewNote()
    ITranslationUnitCollection.TranslationUnitCount
    ITranslationUnitCollection.GetTranslationUnit(Int32)
    ITranslationUnitCollection.AddTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.RemoveTranslationUnit(ITranslationUnit)
    ITranslationUnitCollection.AddNewTranslationUnit()
    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface IGroup : IGroupCollection, INoteCollection, ITranslationUnitCollection

    Properties

    Id

    The unique Id of the group. By default this is mapped to the TableCollectionNameGuid.

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

    Name

    The unique name of the group. By default this is mapped to the TableCollectionName.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String
    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