Show / Hide Table of Contents

Class QNameMapping

Represents a mapping from a URI to a QName.

Inheritance
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

| Edit this page View Source

QNameMapping(string)

Creates a new QName Mapping.

Declaration
public QNameMapping(string u)
Parameters
Type Name Description
string u

URI.

Properties

| Edit this page View Source

QName

QName this URI maps to.

Declaration
public string QName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Uri

URI this is a mapping for.

Declaration
public string Uri { get; }
Property Value
Type Description
string

Methods

| Edit this page View Source

Equals(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
object.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
| Edit this page View Source

ToString()

Gets the String representation of the URI.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • QNameMapping(string)
  • Properties
    • QName
    • Uri
  • Methods
    • Equals(object)
    • GetHashCode()
    • ToString()
  • Extension Methods
Back to top Generated by DocFX