Class XlfNote.Optionals
- Namespace
- SunamoXliffParser
- Assembly
- SunamoXliffParser.dll
Provides access to optional attributes of a note element.
public class XlfNote.Optionals
- Inheritance
-
XlfNote.Optionals
- Inherited Members
- Extension Methods
Constructors
Optionals(XElement)
Initializes a new instance of the XlfNote.Optionals class.
public Optionals(XElement node)
Parameters
nodeXElementThe XML element containing optional attributes.
Properties
Annotates
Gets or sets the annotates attribute indicating if the note is general or pertains specifically to the source or the target element.
public string Annotates { get; set; }
Property Value
From
Gets or sets the from attribute indicating who entered the note.
public string From { get; set; }
Property Value
Lang
Gets or sets the language of the note content.
public string Lang { get; set; }
Property Value
Priority
Gets or sets the priority from 1 (high) to 10 (low) assigned to the note.
public int Priority { get; set; }