RateCollection

RateCollection class

Represents a collection which contains Rate objects.

Methods

NameDescription
Add (2 overloads)Adds a new Rate instance to this collection.
get_CountGets the number of elements contained in the RateCollection .
get_IsReadOnlyGets a value indicating whether this collection is read only.
get_ParentResourceGets the parent Resource object for this collection.
idx_getReturns the element at the specified index.
idx_setSets the element at the specified index.
RemoveRemoves Rate instance from this collection.
ToList (2 overloads)Converts the RateCollection object to a list of Rate objects.