Click or drag to resize
Json.NET Schema

JSchema Methods

 

The JSchema type exposes the following members.

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.)
Public methodStatic memberLoad(JsonReader)
Loads a JSchema from the specified JsonReader.
Public methodStatic memberLoad(JsonReader, JSchemaReaderSettings)
Loads a JSchema from a JsonReader using the given JSchemaResolver.
Public methodStatic memberLoad(JsonReader, JSchemaResolver)
Loads a JSchema from a JsonReader using the given JSchemaResolver.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse(String)
Load a JSchema from a string that contains schema JSON.
Public methodStatic memberParse(String, JSchemaReaderSettings)
Load a JSchema from a string that contains schema JSON using the given JSchemaReaderSettings.
Public methodStatic memberParse(String, JSchemaResolver)
Load a JSchema from a string that contains schema JSON using the given JSchemaResolver.
Public methodToString
Returns the JSON for this schema.
(Overrides ObjectToString.)
Public methodToString(SchemaVersion)
Returns the JSON for this schema using the specified SchemaVersion.
Public methodWriteTo(JsonWriter)
Writes this schema to a JsonWriter.
Public methodWriteTo(JsonWriter, JSchemaWriterSettings)
Writes this schema to a JsonWriter using the specified JSchemaResolver.
Top
See Also