Click or drag to resize

IObjectFactory Interface

Interface for Object Factories which are factory classes that can create Objects based on configuration information in a Graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IObjectFactory

The IObjectFactory type exposes the following members.

Methods
  NameDescription
Public methodCanLoadObject
Returns whether this Factory is capable of creating objects of the given type.
Public methodTryLoadObject
Attempts to load an Object of the given type identified by the given Node and returned as the Type that this loader generates.
Top
See Also