| UserAttributeSet Class |
Namespace: PDTec.IceNet.Domain.UserManagement.BusinessObjects
public class UserAttributeSet
The UserAttributeSet type exposes the following members.
| Name | Description | |
|---|---|---|
| UserAttributeSet | Initializes a new instance of the UserAttributeSet class |
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (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.) |
| Name | Description | |
|---|---|---|
| Description |
The User description.
| |
| EmailAddress |
The Email Address attribute value.
| |
| FailedLogonAttempts |
The Failed logon attempts attribute value.
| |
| FirstName |
The First Name attribute value.
| |
| Id |
The User ID.
| |
| IsEmailAddressAssigned |
Determines whether the Email Address attribute value is assigned.
| |
| IsFailedLogonAttemptsAssigned |
Determines whether the Failed logon attempts attribute value is assigned.
| |
| IsFirstNameAssigned |
Determines whether the First Name attribute value is assigned.
| |
| IsLastLogonAttemptAssigned |
Determines whether the Last logon attempt attribute value is assigned.
| |
| IsLastNameAssigned |
Determines whether the Last Name attribute value is assigned.
| |
| IsLastPasswordUpdateAssigned |
Determines whether the Last Password Update attribute value is assigned.
| |
| IsPasswordHistoryAssigned |
Determines whether the Password History attribute value is assigned.
| |
| LastLogonAttempt |
The Last logon attempt attribute value.
| |
| LastName |
The Last Name attribute value.
| |
| LastPasswordUpdate |
The Last Password Update attribute value.
| |
| Name |
The User name.
| |
| PasswordHistory |
The Password History attribute value.
|