Show / Hide Table of Contents

Class IncompleteTriple

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

Inheritance
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

| Edit this page View Source

IncompleteTriple(List<INode>, IncompleteTripleDirection)

Creates a new incomplete list triple.

Declaration
public IncompleteTriple(List<INode> list, IncompleteTripleDirection direction)
Parameters
Type Name Description
List<INode> list

List content.

IncompleteTripleDirection direction

Direction.

| Edit this page 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

| Edit this page View Source

Direction

Gets the Direction of the Incomplete Triple.

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

List

Gets the list associated with the incomplete triple.

Declaration
public List<INode> List { get; }
Property Value
Type Description
List<INode>
| Edit this page 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)
  • Edit this page
  • View Source
In this article
  • Constructors
    • IncompleteTriple(List<INode>, IncompleteTripleDirection)
    • IncompleteTriple(INode, IncompleteTripleDirection)
  • Properties
    • Direction
    • List
    • Predicate
  • Extension Methods
Back to top Generated by DocFX