C# Class Nxdb.Node.Attribute

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

Méthodes publiques

Méthode Description
Attribute ( string name, string value ) : System.Xml

Initializes a new instance of the Attribute 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
Attribute ( ANode aNode, Database database ) : System.Xml

Method Details

Attribute() public méthode

Initializes a new instance of the Attribute class. Manually constructed nodes are immutable and are not added to the database.
public Attribute ( string name, string value ) : System.Xml
name string The name of the attribute.
value string The value of the attribute.
Résultat System.Xml

CreateXmlNode() protected méthode

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