| This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
The base class for all generated classes.
| Members | Description | |||
| AttributeRestrictions | Provides access to primitive type restrictions for a given Attribute. For internal use only. | |||
| Clone |
Makes a complete copy of the given object. |
|||
| ElementRestrictions | Provides access to primitive type restrictions for a given Element. For internal use only. | |||
| Equals | Performs a deep comparison of all the properties within the object (and their children). | |||
| FromJson (inherited from JsonObjectInterface) | Reads JSON data from a string. | |||
| FromJsonFile (inherited from JsonObjectInterface) | Reads JSON data from a file. | |||
| FromJsonStream (inherited from JsonObjectInterface) | Reads JSON data from a stream. | |||
| FromXml (inherited from XmlObjectInterface) | Reads XML data from a string. | |||
| FromXmlElement (inherited from XmlObjectInterface) | Reads XML data from an XML element. | |||
| FromXmlFile (inherited from XmlObjectInterface) | Reads XML data from a file. | |||
| FromXmlStream (inherited from XmlObjectInterface) | Reads XML data from a stream. | |||
| GetBase (inherited from XmlObjectInterface) | Gets the XmlObjectBase that all XML objects must derive from. | |||
| GetElementName | Gets the name of an element that this class represents. | |||
| NoBanner | Static Turns of the output of the banner in the XML. | |||
| ToFIFile (inherited from XmlObjectInterface) | Turns the object into a Fast Infoset, and writes it to a file. | |||
| ToFIStream (inherited from XmlObjectInterface) | Turns the object into a Fast Infoset in the form of a binary stream of bytes. | |||
| ToJson (inherited from JsonObjectInterface) | Turns the object into an JSON string. | |||
| ToJsonFile (inherited from JsonObjectInterface) | Turns the object into JSON, and writes it to a file. | |||
| ToJsonStream (inherited from JsonObjectInterface) | Turns the object into JSON in the form of a binary stream of bytes. | |||
| ToXml (inherited from XmlObjectInterface) | Turns the object into an XML string. | |||
| ToXmlFile (inherited from XmlObjectInterface) | Turns the object into XML, and writes it to a file. | |||
| ToXmlStream (inherited from XmlObjectInterface) | Turns the object into XML in the form of a binary stream of bytes. |