C# Class Nxdb.Node.Comment

Representation of an XML comment node.
Inheritance: TreeNode
Afficher le fichier Open project: daveaglick/Nxdb Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CreateXmlNode ( ) : XmlNode

Private Methods

Méthode Description
Comment ( ANode aNode, Database database ) : System.Xml

Method Details

Comment() public méthode

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.
Résultat System.Xml

CreateXmlNode() protected méthode

protected CreateXmlNode ( ) : XmlNode
Résultat System.Xml.XmlNode