Show / Hide Table of Contents

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 Source

QNameMapping(string)

Creates a new QName Mapping.

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

URI.

Properties

| Improve this Doc View Source

QName

QName this URI maps to.

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

Uri

URI this is a mapping for.

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

Methods

| Improve this Doc View Source

Equals(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()

Extension Methods

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