| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| AddBoolean | Add a Boolean item to the end of the collection. | |
| AddCurrency | Add a Currency item to the end of the collection. | |
| AddDate | Add a Date item to the end of the collection. | |
| AddInteger | Add a Integer item to the end of the collection. | |
| AddNumber | Add a Number item to the end of the collection. | |
| AddString | Add a String item to the end of the collection. | |
| Clear | Clear collection. | |
| CreateScriptConstant | Create an ISScriptConstant object. | |
| DirtyClear | Clear Dirty status of collection and all items. | |
| Exists | ||
| FromXmlString | Populates collection from an XML string. | |
| Insert | Insert an item into the collection at the specified position. | |
| ItemByName | Get the first item in this collection with the specified Name. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. | |
| SetBoolean | ||
| SetCurrency | ||
| SetDate | ||
| SetNumber | ||
| SetString | ||
| ToKeyValueList | Create a Key/Value List from the Constants. | |
| ToXmlString | Persists collection to an XML string. | |
| Validate | Validates the collection. |
| Name | Description | |
|---|---|---|
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. |