Class Note.Comment
Represents a Comment.
Inheritance
System.Object
    Note.Comment
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Comment : IXmlSerializableProperties
Action
The action performed with this comment.
Declaration
public Note.Comment.CommentAction? Action { get; set; }Property Value
| System.Nullable<Note.Comment.CommentAction> 
 | 
Date
The date.
Declaration
public DateTime? Date { get; set; }Property Value
| System.Nullable<System.DateTime> 
 | 
HTML
The text, styled to be embedded in html.
Declaration
public string HTML { get; set; }Property Value
| System.String 
 | 
Text
The text.
Declaration
public string Text { get; set; }Property Value
| System.String 
 | 
UserId
The id of the user that created the comment, or null if the comment is anonymous.
Declaration
public long ? UserId { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
UserName
The name of the user that created the comment, or null if the comment is anonymous.
Declaration
public string UserName { get; set; }Property Value
| System.String 
 | 
UserUrl
The url of the user that created the comment, or null if the comment is anonymous.
Declaration
public string UserUrl { get; set; }Property Value
| System.String 
 | 
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()Returns
| XmlSchema 
 | 
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)Parameters
| XmlReader
        reader 
 | 
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)Parameters
| XmlWriter
        writer 
 |