Class FullTextObjectFactory
An Object Factory that can load types from the Full Text Query library (dotNetRDF.Query.FullText.dll).
Inheritance
System.Object
FullTextObjectFactory
Implements
Namespace: VDS.RDF.Configuration
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextObjectFactory : object, IObjectFactory
Methods
| Improve this Doc View SourceCanLoadObject(Type)
Gets whether this Factory can load objects of the given Type.
Declaration
public bool CanLoadObject(Type t)
Parameters
Type | Name | Description |
---|---|---|
Type | t | Type. |
Returns
Type | Description |
---|---|
System.Boolean |
TryLoadObject(IGraph, INode, Type, out Object)
Tries to load an object 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. |
Type | targetType | Target Type. |
System.Object | obj | Output Object. |
Returns
Type | Description |
---|---|
System.Boolean |