Show / Hide Table of Contents

Class IncompleteTriple

Represents an incomplete Triple as part of the RDFa parsing process.

Inheritance
System.Object
IncompleteTriple
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public class IncompleteTriple

Constructors

| Improve this Doc View Source

IncompleteTriple(INode, IncompleteTripleDirection)

Creates a new Incomplete Triple.

Declaration
public IncompleteTriple(INode pred, IncompleteTripleDirection direction)
Parameters
Type Name Description
INode pred

Predicate.

IncompleteTripleDirection direction

Direction.

Properties

| Improve this Doc View Source

Direction

Gets the Direction of the Incomplete Triple.

Declaration
public IncompleteTripleDirection Direction { get; }
Property Value
Type Description
IncompleteTripleDirection
| Improve this Doc View Source

Predicate

Gets the Predicate of the Incomplete Triple.

Declaration
public INode Predicate { get; }
Property Value
Type Description
INode

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • IncompleteTriple(INode, IncompleteTripleDirection)
  • Properties
    • Direction
    • Predicate
  • Extension Methods
Back to top Generated by DocFX