This is a wrapper around a ISKeyValueList object that allows only Read-Only functionality.
| Name | Description | |
|---|---|---|
| CopyTo | ||
| Exists | ||
| GetBoolean | ||
| GetCurrency | Returns a Decimal value rounded to the correct number of decimal places for Currency values. | |
| GetDatabaseDateFromJsonUtcDate | Get a Date in the Database Time Zone assuming the value was originally sourced from a JSON object containing a UTC date. | |
| GetDate | ||
| GetDateRange | ||
| GetDecimal | ||
| GetDouble | ||
| GetEnum | ||
| GetEnumerator | ||
| GetInteger | ||
| GetKeyValueList | ||
| GetList | ||
| GetList2 | ||
| GetLong | ||
| GetNullableBoolean | Returns a Nullable Boolean. If the Key does not exist or fails to convert to a Boolean, Null (Nothing) is returned. | |
| GetNumberRange | ||
| GetObject | ||
| GetPercent | ||
| GetString | ||
| GetValue | ||
| HasValues | ||
| ToKeyValueList | Creates an ISKeyValueList "cloned" from this KeyValueList. | |
| ToXmlString |
| Name | Description | |
|---|---|---|
| Count Read-Only | ||
| IsSynchronized Read-Only | ||
| ItemByIndex Read-Only | Retrieve an item by its index in the collection. | |
| ItemByUserDefinedIndex Read-Only | Retrieve a clone of the first item whose UserDefinedIndex matches. | |
| SyncRoot Read-Only |