RateCollection
RateCollection class
Represents a collection which contains Rate objects.
Methods
| Name | Description |
|---|---|
| Add (2 overloads) | Adds a new Rate instance to this collection. |
| get_Count | Gets the number of elements contained in the RateCollection . |
| get_IsReadOnly | Gets a value indicating whether this collection is read only. |
| get_ParentResource | Gets the parent Resource object for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| Remove | Removes Rate instance from this collection. |
| ToList (2 overloads) | Converts the RateCollection object to a list of Rate objects. |