Click or drag to resize

BaseStoreWriterContext Class

Base Class for Store Writer Context Objects.
Inheritance Hierarchy

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class BaseStoreWriterContext : IStoreWriterContext

The BaseStoreWriterContext type exposes the following members.

Constructors
  NameDescription
Public methodBaseStoreWriterContext(ITripleStore, TextWriter)
Creates a new Base Store Writer Context with default settings.
Public methodBaseStoreWriterContext(ITripleStore, TextWriter, Boolean, Boolean)
Creates a new Base Store Writer Context with custom settings.
Top
Properties
  NameDescription
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
Public propertyOutput
Gets the TextWriter being written to.
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
Public propertyStore
Gets the Store being written.
Top
Methods
  NameDescription
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 methodFormatUri(String)
Formats a URI as a String for full Output.
Public methodFormatUri(Uri)
Formats a URI as a String for full Output.
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.)
Top
Fields
  NameDescription
Protected field_hiSpeedAllowed
High Speed Mode setting.
Protected field_prettyPrint
Pretty Print Mode setting.
Top
See Also