Class note
Syntax
[Serializable]
public class note : INote
Constructors
note()
Declaration
Properties
annotates
Declaration
public AttrType_annotates annotates { get; set; }
Property Value
AppliesTo
Declaration
public NoteType AppliesTo { get; set; }
Property Value
Implements
from
Declaration
public string from { get; set; }
Property Value
lang
Declaration
public string lang { get; set; }
Property Value
NoteText
Declaration
public string NoteText { get; set; }
Property Value
Implements
priority
Declaration
public string priority { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value