Click or drag to resize

BaseUUIDFunction Class

Abstract Base Class for functions that generate UUIDs.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseUUIDFunction : ISparqlExpression

The BaseUUIDFunction type exposes the following members.

Constructors
  NameDescription
Protected methodBaseUUIDFunction
Initializes a new instance of the BaseUUIDFunction class
Top
Properties
  NameDescription
Public propertyArguments
Gets the arguments of the expression.
Public propertyCanParallelise
Returns whether the function can be parallelised.
Public propertyFunctor
Gets the Functor of the expression.
Public propertyType
Gets the Type of the expression.
Public propertyVariables
Gets the variables used in the expression.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the expression.
Protected methodEvaluateInternal
Method to be implemented by derived classes to implement the actual logic of turning the generated UUID into a RDF term.
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
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Applies the transformer to the arguments of this expression.
Top
See Also