Class QNameMapping
Represents a mapping from a URI to a QName.
Inheritance
System.Object
QNameMapping
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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 |
---|---|---|
string | u | URI. |
Properties
| Improve this Doc View SourceQName
QName this URI maps to.
Declaration
public string QName { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI this is a mapping for.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
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
object.Equals(object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Gets the String representation of the URI.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()