Show / Hide Table of Contents

Class OperatorFactory

SPARQL Operator factory which is capable of loading any implementation of ISparqlOperator which has a public unparameterized constructor.

Inheritance
System.Object
OperatorFactory
Implements
IObjectFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Configuration
Assembly: dotNetRdf.dll
Syntax
public class OperatorFactory : IObjectFactory

Methods

| Improve this Doc View Source

CanLoadObject(Type)

Gets whether this factory can load objects of the given type.

Declaration
public bool CanLoadObject(Type t)
Parameters
Type Name Description
System.Type t

Type.

Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryLoadObject(IGraph, INode, Type, out object)

Tries to load an object of the given type.

Declaration
public bool TryLoadObject(IGraph g, INode objNode, Type targetType, out object obj)
Parameters
Type Name Description
IGraph g

Configuration Graph.

INode objNode

Object Node.

System.Type targetType

Target Type.

System.Object obj

Returned Object.

Returns
Type Description
System.Boolean

Implements

IObjectFactory

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • CanLoadObject(Type)
    • TryLoadObject(IGraph, INode, Type, out object)
  • Implements
  • Extension Methods
Back to top Generated by DocFX