Class Cardinality
Represents a Cardinality restriction on a Path.
Inheritance
System.Object
Cardinality
Implements
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 abstract class Cardinality : BaseUnaryPath, ISparqlPath
Constructors
| Improve this Doc View SourceCardinality(ISparqlPath)
Creates a new Cardinality Restriction.
Declaration
public Cardinality(ISparqlPath path)
Parameters
Type | Name | Description |
---|---|---|
ISparqlPath | path | Path. |
Properties
| Improve this Doc 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 |