C# Class Nxdb.Node.Comment

Representation of an XML comment node.
Inheritance: TreeNode
Datei anzeigen Open project: daveaglick/Nxdb Class Usage Examples

Public Methods

Method Description
Comment ( string comment ) : System.Xml

Initializes a new instance of the Comment class. Manually constructed nodes are immutable and are not added to the database.

Protected Methods

Method Description
CreateXmlNode ( ) : XmlNode

Private Methods

Method Description
Comment ( ANode aNode, Database database ) : System.Xml

Method Details

Comment() public method

Initializes a new instance of the Comment class. Manually constructed nodes are immutable and are not added to the database.
public Comment ( string comment ) : System.Xml
comment string The comment content.
return System.Xml

CreateXmlNode() protected method

protected CreateXmlNode ( ) : XmlNode
return System.Xml.XmlNode