Click or drag to resize

VirtuosoObjectFactory Class

An Object Factory that can create objects of the classes provided by the dotNetRDF.Data.Virtuoso library.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ConfigurationVirtuosoObjectFactory

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public class VirtuosoObjectFactory : IObjectFactory

The VirtuosoObjectFactory type exposes the following members.

Constructors
  NameDescription
Public methodVirtuosoObjectFactory
Initializes a new instance of the VirtuosoObjectFactory class
Top
Methods
  NameDescription
Public methodCanLoadObject
Returns whether this Factory is capable of creating objects of the given type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 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