[This is preliminary documentation and is subject to change.]
The UserLoginInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UserLoginInfo |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| ActivationCode |
The activation code for the user.
| |
| Active |
Shows whether the user is active. Valid values are "Y" (active) and "N" (not active)
| |
| EmailAddress |
The email Address of the user.
| |
| FirstName |
The first name of the user.
| |
| IsCodeActivated |
Shows whether the user has activated the code.
| |
| IsReadTermsAndCondition |
Is the terms and condition read
| |
| IsResetPassword |
Shows if the Password is reset for the user recoed.
| |
| LastName |
The last name of the user.
| |
| LastUpdatedByUserId |
the user identifier of the user who last updated this user login information.
| |
| LastUpdatedTimestamp |
The Timestamp of the last Update of this user login information.
| |
| NumberOfUserGroups |
the number of users in the group.
| |
| Password |
The encrypted Password for the user.
| |
| ReadTermsCond |
Shows whether the user has read the terms and conditions.
| |
| ResetPassword |
Shows whether the Password is reset for the user.
| |
| UserCreatedTimestamp |
The Timestamp of the createion time of this user login information.
| |
| UserId |
The identifier of the user.
|
