Click or drag to resize

JsonLdWriterOptions Class

Class representing the options that can be passed to the JsonLdWriter via its constructor.
Inheritance Hierarchy
SystemObject
  VDS.RDF.WritingJsonLdWriterOptions

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

The JsonLdWriterOptions type exposes the following members.

Constructors
  NameDescription
Public methodJsonLdWriterOptions
Initializes a new instance of the JsonLdWriterOptions class
Top
Properties
  NameDescription
Public propertyJsonFormatting
Get or set the formatting to apply to the JSON generated by the writer.
Public propertyOrdered
Order dictionary keys lexicographically in the JSON output
Public propertyProcessingMode
Public propertyRdfDirection
Get or set the text direction mode to use.
Public propertyUseNativeTypes
If the this flag is set to true, RDF literals with a datatype IRI that equals xsd:integer or xsd:double are converted to a JSON numbers and RDF literals with a datatype IRI that equals xsd:boolean are converted to true or false based on their lexical form.
Public propertyUseRdfType
Unless this flag is set to true, rdf:type predicates will be serialized as @type as long as the associated object is either an IRI or blank node identifier.
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 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
See Also