![]() | JSchema Methods |
The JSchema type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Load(JsonReader) |
Loads a JSchema from the specified JsonReader.
|
![]() ![]() | Load(JsonReader, JSchemaReaderSettings) | |
![]() ![]() | Load(JsonReader, JSchemaResolver) | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse(String) |
Load a JSchema from a string that contains schema JSON.
|
![]() ![]() | Parse(String, JSchemaReaderSettings) |
Load a JSchema from a string that contains schema JSON using the given JSchemaReaderSettings.
|
![]() ![]() | Parse(String, JSchemaResolver) |
Load a JSchema from a string that contains schema JSON using the given JSchemaResolver.
|
![]() | ToString |
Returns the JSON for this schema.
(Overrides ObjectToString.) |
![]() | ToString(SchemaVersion) |
Returns the JSON for this schema using the specified SchemaVersion.
|
![]() | WriteTo(JsonWriter) |
Writes this schema to a JsonWriter.
|
![]() | WriteTo(JsonWriter, JSchemaWriterSettings) |
Writes this schema to a JsonWriter using the specified JSchemaResolver.
|