Click or drag to resize

QNameMapping Class

Represents a mapping from a URI to a QName.
Inheritance Hierarchy
SystemObject
  VDS.RDFQNameMapping

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class QNameMapping

The QNameMapping type exposes the following members.

Constructors
  NameDescription
Public methodQNameMapping
Creates a new QName Mapping.
Top
Properties
  NameDescription
Public propertyQName
QName this URI maps to.
Public propertyUri
URI this is a mapping for.
Top
Methods
  NameDescription
Public methodEquals
Checks whether this is equal to another Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the URI.
(Overrides ObjectToString.)
Top
See Also