Class xliff
Syntax
[Serializable]
public class xliff : IXliffDocument
Properties
Any
Declaration
public Xml.XmlElement[] Any { get; set; }
Property Value
AnyAttr
Declaration
public Xml.XmlAttribute[] AnyAttr { get; set; }
Property Value
file
Declaration
public List<file> file { get; set; }
Property Value
FileCount
Declaration
public int FileCount { get; }
Property Value
Implements
lang
Declaration
public string lang { get; set; }
Property Value
SourceLanguage
Declaration
public string SourceLanguage { get; set; }
Property Value
Implements
TargetLanguage
Declaration
public string TargetLanguage { get; set; }
Property Value
Implements
version
Declaration
public AttrType_Version version { get; set; }
Property Value
Version
Declaration
public string Version { get; }
Property Value
Implements
Methods
AddFile(IFile)
Declaration
public void AddFile(IFile f)
Parameters
Type |
Name |
Description |
IFile |
f |
|
Implements
AddNewFile()
Declaration
public IFile AddNewFile()
Returns
Implements
GetFile(Int32)
Declaration
public IFile GetFile(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
RemoveFile(IFile)
Declaration
public void RemoveFile(IFile f)
Parameters
Type |
Name |
Description |
IFile |
f |
|
Implements
Serialize(Stream)
Declaration
public void Serialize(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Implements