Show / Hide Table of Contents

Class Cardinality

Represents a Cardinality restriction on a Path.
Inheritance
System.Object
BaseUnaryPath
Cardinality
FixedCardinality
NOrMore
NToM
OneOrMore
ZeroOrMore
ZeroOrOne
ZeroToN
Implements
ISparqlPath
Inherited Members
BaseUnaryPath._path
BaseUnaryPath.Path
BaseUnaryPath.ToAlgebra(PathTransformContext)
BaseUnaryPath.ToString()
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 abstract class Cardinality : BaseUnaryPath, ISparqlPath

Constructors

| Improve this Doc View Source

Cardinality(ISparqlPath)

Creates a new Cardinality Restriction.
Declaration
public Cardinality(ISparqlPath path)
Parameters
Type Name Description
ISparqlPath path Path.

Properties

| Improve this Doc View Source

MaxCardinality

Gets the Maximum Cardinality of the Path.
Declaration
public abstract int MaxCardinality { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MinCardinality

Gets the Minimum Cardinality of the Path.
Declaration
public abstract int MinCardinality { get; }
Property Value
Type Description
System.Int32

Implements

ISparqlPath

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Cardinality(ISparqlPath)
  • Properties
    • MaxCardinality
    • MinCardinality
  • Implements
  • Extension Methods
Back to top Generated by DocFX