SemWeb : SemWeb.IO Namespace
GraphVizWriter Class

Documentation for this section has not yet been entered.

public class GraphVizWriter : SemWeb.RdfWriter

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.IO
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Members

See Also: Inherited members from SemWeb.RdfWriter.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

BaseUri string . Gets or sets the base URI for the output document. (Inherited from SemWeb.RdfWriter.)
[read-only]
abstract
Namespaces SemWeb.NamespaceManager . The NamespaceManager that manages namespace URIs and their prefixes. (Inherited from SemWeb.RdfWriter.)

Public Methods

abstract
Add (SemWeb.Statement)
Writes a statement to the stream. (Inherited from SemWeb.RdfWriter.)
Close ()
Completes writing the data and closes the stream. (Inherited from SemWeb.RdfWriter.)
Write (SemWeb.StatementSource)
Writes out the contents of the StatementSource. (Inherited from SemWeb.RdfWriter.)

Protected Methods

Explicitly Implemented Interface Members

SemWeb.StatementSink.Add Documentation for this section has not yet been entered. (Inherited from SemWeb.RdfWriter.)
IDisposable.Dispose Documentation for this section has not yet been entered. (Inherited from SemWeb.RdfWriter.)

Member Details

GraphVizWriter Constructor

Documentation for this section has not yet been entered.

public GraphVizWriter (System.IO.TextWriter writer)

Parameters

writer
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.IO
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

GraphVizWriter Constructor

Documentation for this section has not yet been entered.

public GraphVizWriter (string file)

Parameters

file
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.IO
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2