Class UnaryExpressionFilter
Generic Filter for Filters which take a single sub-expression as an argument.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Filters
Assembly: dotNetRDF.dll
Syntax
public class UnaryExpressionFilter : BaseUnaryFilter, ISparqlFilter
Constructors
| Improve this Doc View SourceUnaryExpressionFilter(ISparqlExpression)
Creates a new Unary Expression Filter which filters on the basis of a single sub-expression.
Declaration
public UnaryExpressionFilter(ISparqlExpression expr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr | Expression to filter with. |
Methods
| Improve this Doc View SourceEvaluate(SparqlEvaluationContext)
Evaluates a filter in the given Evaluation Context.
Declaration
public override void Evaluate(SparqlEvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
SparqlEvaluationContext | context | Evaluation Context. |
Overrides
| Improve this Doc View SourceToString()
Gets the String representation of the Filter.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |