| 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 collection classes.
Implements :
Derives From :XmlObjectBase
| Members | Description | |||
| Clear | Removes all the items from the collection | |||
| Clone (inherited from XmlObjectBase) |
Makes a complete copy of the given object |
|||
| Count | Obtains the number of objects held in the collection | |||
| Equals (inherited from XmlObjectBase) | Performs a deep comparison of all the properties within the object (and their children) | |||
| 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 (inherited from XmlObjectBase) | Gets the name of an element that this class represents | |||
| GetEnumerator | Provides access to the IEnumerator interface (allows foreach style loops) | |||
| Item | Gets the object at a specified index. | |||
| NoBanner (inherited from XmlObjectBase) | Static Turns of the output of the banner in the XML | |||
| OnCollectionAdd | Event - Fired before an item is added to the collection | |||
| OnCollectionAddComplete | Event - Fired after an item is added to the collection | |||
| OnCollectionChange | Event - Fired after an item as been added or removed. | |||
| OnCollectionRemove | Event - Fired before an item is removed from the collection | |||
| OnCollectionRemoveComplete | Event - Fired after an item is removed from the collection | |||
| Remove | Removes an item from the collection at a given index | |||
| ToString | Gets the XML representation of the collection | |||
| 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 | |||
| ValidateCount | Validates that the collection contains a valid number of objects (throws if it has not) |