Click or drag to resize

Schema Class

An Schema class represents a JSON Schema.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Json.SchemaSchema

Namespace:  Altova.RaptorXml.Json.Schema
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Schema : IDisposable, IComparable, 
	IComparable<Schema>

The Schema type exposes the following members.

Properties
  NameDescription
Public propertyUri
Top
Methods
  NameDescription
Public methodStatic memberCompare
Public methodCompareTo(Object)
Public methodCompareTo(Schema)
Public methodStatic memberCreateFromBuffer(Byte, ErrorLog)
Public methodStatic memberCreateFromBuffer(Byte, SchemaSettings, ErrorLog)
Public methodStatic memberCreateFromUrl(String, ErrorLog)
Public methodStatic memberCreateFromUrl(String, SchemaSettings, ErrorLog)
Public methodDispose
Releases all resources used by the Schema
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Schema)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidateBuffer(Byte, ErrorLog)
Public methodStatic memberValidateBuffer(Byte, SchemaSettings, ErrorLog)
Public methodStatic memberValidateUrl(String, ErrorLog)
Public methodStatic memberValidateUrl(String, SchemaSettings, ErrorLog)
Top
Operators
See Also