Class note
Syntax
[Serializable]
public class note : INote
Constructors
note()
Declaration
Properties
AnyAttr
Declaration
public Xml.XmlAttribute[] AnyAttr { get; set; }
Property Value
appliesTo
Declaration
public appliesTo appliesTo { get; set; }
Property Value
AppliesTo
Declaration
public NoteType AppliesTo { get; set; }
Property Value
Implements
appliesToSpecified
Declaration
public bool appliesToSpecified { get; set; }
Property Value
category
Declaration
public string category { get; set; }
Property Value
id
Declaration
public string id { get; set; }
Property Value
NoteText
Declaration
public string NoteText { get; set; }
Property Value
Implements
priority
Declaration
public string priority { get; set; }
Property Value
Text
Declaration
public string[] Text { get; set; }
Property Value