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
Id
Gets the tool identifier.
public string Id { get; }
Property Value
Name
Gets the name of the tool.
public string Name { get; }
Property Value
Version
Gets the version of the tool.
public string Version { get; }