UserList Class

Class that holds the list of users that are logged in.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class UserList : IEnumerable<User>
Inheritance
Object    UserList
Implements
IEnumerableUser

Properties

Count Returns the number of accounts in the list.
Host Reference to the api Host object.
Item Returns the user specified if it exists.

Methods

Contains Determines if the user specified is in the list.
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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUserByID Look for and return the user for the specified user id
IEnumerable_GetEnumerator Returns an enumerator on the list for use with For...Each statements.
LoginUser(String, String, OnLoginResponse) Login an additional user
LoginUser(String, String, String, OnLoginResponse) Login an additional user
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also