Interface IGroup
Provides a way to organize units into a structured hierarchy.
Inherited Members
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 |