Class QNameMapping
Represents a mapping from a URI to a QName.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class QNameMapping
Constructors
| Edit this page View SourceQNameMapping(string)
Creates a new QName Mapping.
Declaration
public QNameMapping(string u)
Parameters
| Type | Name | Description |
|---|---|---|
| string | u | URI. |
Properties
| Edit this page 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
| Edit this page View SourceEquals(object)
Checks whether this is equal to another Object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | Object to test against. |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
| Edit this page View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
| Edit this page View SourceToString()
Gets the String representation of the URI.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |