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(IValuedNode[])
BaseOperator.SerializeConfiguration(ConfigurationSerializationContext)
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)
System.Object.ToString()
Namespace: VDS.RDF.Query.Operators.DateTime
Assembly: dotNetRDF.dll
Syntax
public abstract class BaseTimeSpanOperator : BaseOperator, ISparqlOperator, IConfigurationSerializable

Methods

| Improve this Doc View Source

IsApplicable(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(IValuedNode[])

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

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