Click or drag to resize

BindingTuple Class

Represents a Tuple in a BINDINGS clause.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.PatternsBindingTuple

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class BindingTuple

The BindingTuple type exposes the following members.

Constructors
  NameDescription
Public methodBindingTuple
Creates a new Binding Tuple.
Top
Properties
  NameDescription
Public propertyIsComplete
Gets whether the Tuple is complete i.e. has no undefined entries.
Public propertyIsEmpty
Gets whether this is an empty tuple.
Public propertyItem
Gets the Value for a Variable.
Public propertyValues
Gets the enumeration of Variable-Value pairs.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsBound
Gets whether the given variable is bound for this tuple i.e. is not UNDEF.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the Tuple.
(Overrides ObjectToString.)
Top
See Also