Class Cardinality
Represents a Cardinality restriction on a Path.
Inheritance
Cardinality
Implements
Inherited Members
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public abstract class Cardinality : BaseUnaryPath, ISparqlPath
Constructors
| Edit this page View SourceCardinality(ISparqlPath)
Creates a new Cardinality Restriction.
Declaration
public Cardinality(ISparqlPath path)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlPath | path | Path. |
Properties
| Edit this page View SourceMaxCardinality
Gets the Maximum Cardinality of the Path.
Declaration
public abstract int MaxCardinality { get; }
Property Value
| Type | Description |
|---|---|
| int |
MinCardinality
Gets the Minimum Cardinality of the Path.
Declaration
public abstract int MinCardinality { get; }
Property Value
| Type | Description |
|---|---|
| int |