Open |
The OpenXmlAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenXmlAttribute(String, String, String) | Initializes a new instance of the OpenXmlAttribute structure using the supplied qualified name, namespace URI, and text value. | |
| OpenXmlAttribute(String, String, String, String) | Initializes a new instance of the OpenXmlAttribute structure using the supplied namespace prefix, local name, namespace URI, and text value. |
| Name | Description | |
|---|---|---|
| LocalName | Gets or sets the local name of the attribute. | |
| NamespaceUri | Gets or sets the namespace URI of the current attribute. | |
| Prefix | Gets or sets the namespace prefix of the current attribute. | |
| Value | Gets or sets the text value of the attribute. | |
| XmlQualifiedName | Gets the qualified name of the attribute. | |
| XName | Gets the qualified name of the current attribute. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is a OpenXmlAttribute structure and if so, indicates whether it is equal to this instance of an OpenXmlAttribute structure.
(Overrides ValueTypeEquals(Object)) | |
| Equals(OpenXmlAttribute) | Determines if this instance of an OpenXmlAttribute structure is equal to the specified instance of an OpenXmlAttribute structure. | |
| GetHashCode |
Gets the hash code for this instance of an OpenXmlAttribute structure.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(OpenXmlAttribute, OpenXmlAttribute) | Determines if two instances of OpenXmlAttribute structures are equal. | |
| Inequality(OpenXmlAttribute, OpenXmlAttribute) | Determines if two instances of OpenXmlAttribute structures are not equal. |