Click or drag to resize

BaseUnaryFilter Class

Abstract Base class for Unary Filters that operate on a single Expression.
Inheritance Hierarchy

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

The BaseUnaryFilter type exposes the following members.

Constructors
  NameDescription
Public methodBaseUnaryFilter
Creates a new Base Unary Filter.
Top
Properties
  NameDescription
Public propertyExpression
Gets the inner expression this Filter uses.
Public propertyVariables
Gets the enumeration of Variables used in the Filter.
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.
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 ObjectToString.)
Top
Fields
  NameDescription
Protected field_arg
Expression which is the Argument to the Filter.
Top
See Also