Show / Hide Table of Contents

Class NegatedSet

Represents a Negated Property Set.
Inheritance
System.Object
NegatedSet
Implements
ISparqlPath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRDF.dll
Syntax
public class NegatedSet : ISparqlPath

Constructors

| Improve this Doc View Source

NegatedSet(IEnumerable<Property>, IEnumerable<Property>)

Creates a new Negated Property Set.
Declaration
public NegatedSet(IEnumerable<Property> properties, IEnumerable<Property> inverseProperties)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Property> properties Negated Properties.
System.Collections.Generic.IEnumerable<Property> inverseProperties Inverse Negated Properties.

Properties

| Improve this Doc View Source

InverseProperties

Gets the Inverse Negated Properties.
Declaration
public IEnumerable<Property> InverseProperties { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Property>
| Improve this Doc View Source

Properties

Gets the Negated Properties.
Declaration
public IEnumerable<Property> Properties { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Property>

Methods

| Improve this Doc View Source

ToAlgebra(PathTransformContext)

Converts a Path into its Algebra Form.
Declaration
public ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type Name Description
PathTransformContext context Path Transformation Context.
Returns
Type Description
ISparqlAlgebra
| Improve this Doc View Source

ToString()

Gets the String representation of the Path.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

ISparqlPath

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NegatedSet(IEnumerable<Property>, IEnumerable<Property>)
  • Properties
    • InverseProperties
    • Properties
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX