Class QNameMapping
Represents a mapping from a URI to a QName.
Inheritance
System.Object
QNameMapping
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class QNameMapping
Constructors
| Improve this Doc View SourceQNameMapping(String)
Creates a new QName Mapping.
Declaration
public QNameMapping(string u)
Parameters
Type | Name | Description |
---|---|---|
System.String | u | URI. |
Properties
| Improve this Doc View SourceQName
QName this URI maps to.
Declaration
public string QName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
URI this is a mapping for.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(Object)
Checks whether this is equal to another Object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to test against. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
ToString()
Gets the String representation of the URI.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()