Show / Hide Table of Contents

Class BaseTimeSpanOperator

Abstract base operator for time span operations.

Inheritance
System.Object
BaseOperator
BaseTimeSpanOperator
TimeSpanAddition
TimeSpanSubtraction
Implements
ISparqlOperator
IConfigurationSerializable
Inherited Members
BaseOperator.Operator
BaseOperator.Apply(params IValuedNode[])
BaseOperator.SerializeConfiguration(ConfigurationSerializationContext)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Operators.DateTime
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseTimeSpanOperator : BaseOperator, ISparqlOperator, IConfigurationSerializable

Properties

| Improve this Doc View Source

IsExtension

Get the flag that indicates if this operator is an extension to the set of operators defined in the SPARQL specification.

Declaration
public override bool IsExtension { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseOperator.IsExtension

Methods

| Improve this Doc View Source

IsApplicable(params IValuedNode[])

Gets whether the operator is applicable for the arguments.

Declaration
public override bool IsApplicable(params IValuedNode[] ns)
Parameters
Type Name Description
IValuedNode[] ns

Arguments.

Returns
Type Description
System.Boolean
Overrides
BaseOperator.IsApplicable(params IValuedNode[])

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • IsExtension
  • Methods
    • IsApplicable(params IValuedNode[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX