C

GraphMLXmlAttribute

A data holder for use in the IOutputHandler interface that encapsulates an XML attribute.
Inheritance Hierarchy

Members

No filters for this type

Constructors

Initializes a new instance of the GraphMLXmlAttribute class.

Parameters

name: XmlName
The attribute name.
value: string
The value.

Properties

Gets the fully qualified name of the attribute.
readonlyfinal

Property Value

The fully qualified name.
Gets the value of the attribute.
readonlyfinal

Property Value

The value.