An Instance object represents a AVRO document.
Inheritance HierarchySystemObject
Altova.RaptorXml.AvroInstance
Namespace:
Altova.RaptorXml.Avro
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntaxpublic class Instance : IDisposable, IComparable,
IComparable<Instance>
Public Class Instance
Implements IDisposable, IComparable, IComparable(Of Instance)
public ref class Instance : IDisposable,
IComparable, IComparable<Instance^>
The Instance type exposes the following members.
Properties
Methods
| Name | Description |
---|
  | Compare | |
 | CompareTo(Object) | |
 | CompareTo(Instance) | |
  | create_from_buffer(Byte, ErrorLog) | |
  | create_from_buffer(Byte, ErrorLog, InstanceSettings) | |
  | create_from_json_buffer(Byte, ErrorLog) | |
  | create_from_json_buffer(Byte, ErrorLog, InstanceSettings) | |
  | create_from_json_url(String, ErrorLog) | |
  | create_from_json_url(String, ErrorLog, InstanceSettings) | |
  | create_from_url(String, ErrorLog) | |
  | create_from_url(String, ErrorLog, InstanceSettings) | |
  | CreateFromBuffer(Byte, ErrorLog) | |
  | CreateFromBuffer(Byte, InstanceSettings, ErrorLog) | |
  | CreateFromJsonBuffer(Byte, ErrorLog) | |
  | CreateFromJsonBuffer(Byte, InstanceSettings, ErrorLog) | |
  | CreateFromJsonUrl(String, InstanceSettings, ErrorLog) | |
  | CreateFromJsonUrl(String, Schema, ErrorLog) | |
  | CreateFromUrl(String, ErrorLog) | |
  | CreateFromUrl(String, InstanceSettings, ErrorLog) | |
 | Dispose | Releases all resources used by the Instance |
 | Equals(Object) | (Overrides ObjectEquals(Object).) |
 | Equals(Instance) | |
 | GetHashCode | (Overrides ObjectGetHashCode.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Save(String, ErrorLog) | |
 | Save(String, InstanceSettings, ErrorLog) | |
 | SaveAsJson(String, ErrorLog) | |
 | SaveAsJson(String, InstanceSettings, ErrorLog) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
  | validate_json_buffer(Byte, ErrorLog) | |
  | validate_json_buffer(Byte, ErrorLog, InstanceSettings) | |
  | validate_json_url(String, ErrorLog) | |
  | validate_json_url(String, ErrorLog, InstanceSettings) | |
  | ValidateBuffer | |
  | ValidateJsonBuffer | |
  | ValidateJsonUrl | |
  | ValidateUrl | |
Top
Operators
See Also