Click or drag to resize

BoundFilter Class

Filter that represents the Sparql BOUND() function.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.Filters
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class BoundFilter : BaseUnaryFilter

The BoundFilter type exposes the following members.

Constructors
  NameDescription
Public methodBoundFilter
Creates a new Bound Filter.
Top
Properties
  NameDescription
Public propertyExpression
Gets the inner expression this Filter uses.
(Inherited from BaseUnaryFilter.)
Public propertyVariables
Gets the enumeration of Variables used in the Filter.
(Inherited from BaseUnaryFilter.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates a filter in the given Evaluation Context.
(Overrides BaseUnaryFilterEvaluate(SparqlEvaluationContext).)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the Filter.
(Overrides BaseUnaryFilterToString.)
Top
Fields
  NameDescription
Protected field_arg
Expression which is the Argument to the Filter.
(Inherited from BaseUnaryFilter.)
Top
See Also