AccountList Class

Class providing a list of the accounts.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class AccountList : IEnumerable<Account>, 
	IDisposable
Inheritance
Object    AccountList
Implements
IEnumerableAccount, IDisposable

Remarks

List of all the accounts that the user has access to.

Properties

Count Returns the number of accounts in the list.
Item Returns the account specified if it exists.

Methods

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.
DisposeReleases all resources used by the AccountList
Dispose(Boolean)Releases the unmanaged resources used by the AccountList and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes 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
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

AccountDetails Event raised when the account's static details are updated.

Fields

Host Reference to the API Host.

See Also