Click or drag to resize

Triple Methods

The Triple type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Implementation of CompareTo for Triples which allows Triples to be sorted.
Public methodEquals
Implementation of Equality for Triples.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Implementation of Hash Codes for Triples.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Gets the data for serialization.
Public methodGetSchema
Gets the schema for XML serialization.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasObject
Indicates whether the Triple has the given Node as the Object.
Public methodHasPredicate
Indicates whether the Triple has the given Node as the Predicate.
Public methodHasSubject
Indicates whether the Triple has the given Node as the Subject.
Public methodInvolves(Uri)
Checks whether the Triple involves a given Uri.
Public methodInvolves(INode)
Checks whether the Triple involves a given Node.
Public methodReadXml
Reads the data for XML deserialization.
Public methodToString
Gets a String representation of a Triple in the form 'Subject , Predicate , Object'.
(Overrides ObjectToString.)
Public methodToString(Boolean)
Gets a String representation of a Triple in the form 'Subject , Predicate , Object' with optional compression of URIs to QNames.
Public methodToString(ITripleFormatter)
Gets the String representation of a Triple using the given Triple Formatter.
Public methodWriteXml
Writes the data for XML serialization.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTriple(IGraph)Overloaded.
Copies a Triple to the target Graph.
(Defined by Extensions.)
Public Extension MethodCopyTriple(IGraph, Boolean)Overloaded.
Copies a Triple to the target Graph.
(Defined by Extensions.)
Public Extension MethodMapTriple
Copies a Triple from one Graph mapping Nodes as appropriate.
(Defined by Extensions.)
Top
See Also