UserDTO Properties |
The UserDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| active |
Gets or sets a value indicating whether this UserDTO is active.
| |
| address |
Gets or sets the address.
| |
| birthDate |
Gets or sets the birth date.
| |
| client |
Gets or sets the client.
| |
| comments |
Gets or sets the comments.
| |
| company |
Gets or sets the company.
| |
Gets or sets the email.
| ||
| firstName |
Gets or sets the first name.
| |
| identityNo |
Gets or sets the identity no.
| |
| ipAddress |
Gets or sets the ip address.
| |
| lastLoginTime |
Gets or sets the last login time.
| |
| lastName |
Gets or sets the last name.
| |
| middleName |
Gets or sets the name of the middle.
| |
| modules |
Gets or sets the modules.
| |
| name |
Gets the name of current user.
(Overrides ObjectDTOname.)Name is on format Firstname Middlename Lastname. | |
| newPassword |
Gets or sets the new password.
| |
| news |
Get or sets a list of newsletters.
Newsletters is initiated by administrator and will be shown user when logged in. | |
| password |
Gets or sets the password.
| |
| phone |
Gets or sets the phone.
| |
| role |
Gets or sets the role.
| |
| subscriptions |
Gets or sets the subscriptions.
| |
| token |
Gets or sets the token.
| |
| username |
Gets or sets the username.
|