Click or drag to resize
Json.NET Schema

JSchemaReaderSettings Class

 
Specifies the settings used when reading a JSchema.
Inheritance Hierarchy
SystemObject
  Newtonsoft.Json.SchemaJSchemaReaderSettings

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

The JSchemaReaderSettings type exposes the following members.

Constructors
  NameDescription
Public methodJSchemaReaderSettings
Initializes a new instance of the JSchemaReaderSettings class
Top
Properties
  NameDescription
Public propertyBaseUri
The base URI for the schema being read. The base URI is used to resolve relative URI schema references.
Public propertyResolver
The JSchemaResolver to use when resolving schema references.
Public propertyResolveSchemaReferences
Gets or sets a value indicating whether schema references should be resolved.
Public propertyValidateVersion
Gets or sets a value indicating whether the schema JSON should be validated using the JSON Schema version identifer defined by '$schema'.
Public propertyValidators
Gets or sets a JsonValidator collection that will be used during validation.
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
Events
  NameDescription
Public eventValidationEventHandler
Sets an event handler for receiving information about receives information about JSON Schema syntax errors.
Top
See Also