Click or drag to resize
Json.NET Schema

JSchemaWriterSettings Class

 
Specifies the settings used when writing a JSchema.
Inheritance Hierarchy
SystemObject
  Newtonsoft.Json.SchemaJSchemaWriterSettings

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public class JSchemaWriterSettings

The JSchemaWriterSettings type exposes the following members.

Constructors
  NameDescription
Public methodJSchemaWriterSettings
Initializes a new instance of the JSchemaWriterSettings class.
Top
Properties
  NameDescription
Public propertyExternalSchemas
Gets or sets the ExternalSchemas used when resolving the schema reference to write.
Public propertyReferenceHandling
Gets or sets the JSchemaWriterReferenceHandling setting used when writing schema references. This setting doesn't effect ExternalSchemas references.
Public propertyVersion
Gets or set the SchemaVersion of the written JSON. Explicitly setting the version will include the $schema property and limit the written schema to only features available in that version.
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