C# Class Dimi.InstantRDF.Web.Backoffice.RebuildRDFWorker

ファイルを表示 Open project: coding3d/InstantRDF

Public Methods

Method Description
Rebuild ( ) : void

Rebuilds the RDF graphs.

Private Methods

Method Description
ResetMemory ( ) : void

Resets the memory of the system, by "touching" the web.config file.

SaveGraphs ( VDS.RDF.Graph ontologyGraph, VDS.RDF.Graph resourceGraph ) : void

Saves the graphs.

Method Details

Rebuild() public static method

Rebuilds the RDF graphs.
public static Rebuild ( ) : void
return void