C# Class Nxdb.Node.Attribute

Representation of an XML attribute node.
Inheritance: Node
Mostrar archivo Open project: daveaglick/Nxdb Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
CreateXmlNode ( ) : XmlNode

Private Methods

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

Method Details

Attribute() public method

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.
return System.Xml

CreateXmlNode() protected method

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