Table of Contents

Class XlfTool

Namespace
SunamoXliffParser
Assembly
SunamoXliffParser.dll

Represents the tool element of an XLIFF file header, containing metadata about the tool that created the file.

public class XlfTool
Inheritance
XlfTool
Inherited Members
Extension Methods

Properties

Company

Gets the company name of the tool.

public string Company { get; }

Property Value

string

Id

Gets the tool identifier.

public string Id { get; }

Property Value

string

Name

Gets the name of the tool.

public string Name { get; }

Property Value

string

Version

Gets the version of the tool.

public string Version { get; }

Property Value

string