Class BaseUnaryDateTimeFunction
Abstract Base Class for functions which are Unary functions applied to Date Time objects in the XPath function library.
Inheritance
System.Object
BaseUnaryDateTimeFunction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseUnaryDateTimeFunction : BaseUnaryExpression, ISparqlExpression
Constructors
| Improve this Doc View SourceBaseUnaryDateTimeFunction(ISparqlExpression)
Creates a new Unary XPath Date Time function.
Declaration
protected BaseUnaryDateTimeFunction(ISparqlExpression expr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr |
Properties
| Improve this Doc View SourceType
Gets the Type of the Expression.
Declaration
public override SparqlExpressionType Type { get; }
Property Value
Type | Description |
---|---|
SparqlExpressionType |
Overrides
Methods
| Improve this Doc View SourceToString()
Gets the String representation of the Function.
Declaration
public override abstract string ToString()
Returns
Type | Description |
---|---|
string |