OpenXmlAttribute Members
Include Protected Members
Include Inherited Members
OpenXmlAttribute - xml attribute
The OpenXmlAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenXmlAttribute(String, String, String) | OpenXmlAttribute constructor | |
OpenXmlAttribute(String, String, String, String) | OpenXmlAttribute constructor |
Top
Properties
Name | Description | |
---|---|---|
LocalName | Gets or sets the local name of the attribute. | |
NamespaceUri | Gets or sets the namespace URI of this attribute. | |
Prefix | Gets or sets the namespace prefix of this attribute. | |
Value | Gets or sets the text value of the attribute. | |
XmlQualifiedName | When overridden in a derived class, gets the qualified name of the attribute. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is a OpenXmlAttribute structure and if so, whether the specified Object are equal to this OpenXmlAttribute structure. (Overrides ValueType.Equals(Object).) | |
Equals(OpenXmlAttribute) | Compares two OpenXmlAttribute structures for equality. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets a hash code for this OpenXmlAttribute structure. (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Compares two OpenXmlAttribute structures for equality. | |
Inequality | Compares two OpenXmlAttribute structures for inequality. |
Top