Show / Hide Table of Contents

Class Cardinality

Represents a Cardinality restriction on a Path.

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

Constructors

| Edit this page View Source

Cardinality(ISparqlPath)

Creates a new Cardinality Restriction.

Declaration
public Cardinality(ISparqlPath path)
Parameters
Type Name Description
ISparqlPath path

Path.

Properties

| Edit this page View Source

MaxCardinality

Gets the Maximum Cardinality of the Path.

Declaration
public abstract int MaxCardinality { get; }
Property Value
Type Description
int
| Edit this page View Source

MinCardinality

Gets the Minimum Cardinality of the Path.

Declaration
public abstract int MinCardinality { get; }
Property Value
Type Description
int

Implements

ISparqlPath

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • Cardinality(ISparqlPath)
  • Properties
    • MaxCardinality
    • MinCardinality
  • Implements
  • Extension Methods
Back to top Generated by DocFX