Show / Hide Table of Contents

Class NegatedSet

Represents a Negated Property Set.

Inheritance
object
NegatedSet
Implements
ISparqlPath
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class NegatedSet : ISparqlPath

Constructors

| Edit this page 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
IEnumerable<Property> properties

Negated Properties.

IEnumerable<Property> inverseProperties

Inverse Negated Properties.

Properties

| Edit this page View Source

InverseProperties

Gets the Inverse Negated Properties.

Declaration
public IEnumerable<Property> InverseProperties { get; }
Property Value
Type Description
IEnumerable<Property>
| Edit this page View Source

Properties

Gets the Negated Properties.

Declaration
public IEnumerable<Property> Properties { get; }
Property Value
Type Description
IEnumerable<Property>

Methods

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

ToString()

Gets the String representation of the Path.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

ISparqlPath

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • 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