Show / Hide Table of Contents

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 Source

QNameMapping(String)

Creates a new QName Mapping.
Declaration
public QNameMapping(string u)
Parameters
Type Name Description
System.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
System.String
| Improve this Doc View Source

Uri

URI this is a mapping for.
Declaration
public string Uri { get; }
Property Value
Type Description
System.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
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()

Extension Methods

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