public class AccountList : IEnumerable<Account>,
IDisposablePublic Class AccountList
Implements IEnumerable(Of Account), IDisposable| AccountPicker | Display a dialog allowing the user to select a single account. |
| AccountPickerMulti | Displays a dialog allowing the user to select 1 or more accounts. |
| Contains | Determines if the account specified is in the list. |
| Dispose | Releases all resources used by the AccountList |
| Dispose(Boolean) | Releases the unmanaged resources used by the AccountList and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetEnumerator | Returns an enumerator on the list for use with For...Each statements. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetHistory | Request the history of the specified order from the server. |
| GetSortedList | Return a copy of this list as a sorted array |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| AccountDetails | Event raised when the account's static details are updated. |
| Host | Reference to the API Host. |