Show / Hide Table of Contents

Class ProtocolProcessorFactory

Factory class for producing SPARQL Graph Store HTTP Protocol Processors from Configuration Graphs.
Inheritance
System.Object
ProtocolProcessorFactory
Implements
IObjectFactory
Inherited Members
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.Configuration
Assembly: dotNetRDF.dll
Syntax
public class ProtocolProcessorFactory : 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 a SPARQL Graph Store HTTP Protocol Processor based on information from the Configuration Graph.
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 Output Object.
Returns
Type Description
System.Boolean

Implements

IObjectFactory

Extension Methods

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