Class XmlAttributeInfo
Inheritance
System.Object
XmlAttributeInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class XmlAttributeInfo
Constructors
XmlAttributeInfo()
Initializes a new instance of the XmlAttributeInfo class.
Declaration
public XmlAttributeInfo()
XmlAttributeInfo(String, String)
Initializes a new instance of the XmlAttributeInfo class.
Declaration
public XmlAttributeInfo(string name, string namespaceURI)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | namespaceURI | The namespace URI. |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
NamespaceURI
Gets or sets the namespace URI.
Declaration
public string NamespaceURI { get; set; }
Property Value
Type | Description |
---|---|
System.String | The namespace URI. |
Prefix
Gets the prefix.
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
System.String | The prefix. |
Methods
Equals(Object)
Determines whether the specified "System.Object", is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The "System.Object" to compare with this instance. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
System.Object.GetHashCode()