Click or drag to resize

TriplePatternObjectPart Class

Class responsible for setting the object part of triple patterns.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.BuilderTriplePatternObjectPart

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public sealed class TriplePatternObjectPart

The TriplePatternObjectPart type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodObject(String)
Sets a SPARQL variable as Object.
Public methodObject(Uri)
Sets a Uri as Object.
Public methodObject(INode)
Depending on the objectNode's type, sets a literal, a QName or a blank node as Object.
Public methodObject(PatternItem)
Sets a PatternItem as Object.
Public methodObject(SparqlVariable)
Sets a SPARQL variable as Object.
Public methodObjectTNode(String)
Depending on the generic parameter type, sets a literal, a QName or a blank node as Object.
Public methodObjectLiteral(Object)
Sets a plain literal as Object.
Public methodObjectLiteral(Object, String)
Sets a literal with language tag as Object.
Public methodObjectLiteral(Object, Uri)
Sets a typed literal as Object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also