UserAdminDTO Class |
Namespace: OfvService.DTO.Admin
public class UserAdminDTO
The UserAdminDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| UserAdminDTO | Initializes a new instance of the UserAdminDTO class |
| Name | Description | |
|---|---|---|
| active |
Active indicated whether user is active (allowed to log in) or not (not allowed to log in) on OFV system.
System only used field at the moment. Can only be changed by user when calling methods for deactivate/reactivate | |
| comments |
Comments for user to administrate.
System only used field at the moment. | |
| createdDate |
Create date for user to administrate.
System only used field at the moment. | |
Email for user to administrate.
| ||
| firstName |
Firstname for user to administrate.
| |
| lastName |
Lastname for user to administrate.
| |
| newPassword |
NewPassword for existing user.
NewPassword field is only used when changing password for existing user | |
| password |
Password for user to administrate.
Password field is only used when creating new user or change password (old password) for existing user | |
| subscription |
Subscription for user to administrate.
See SubscriptionAdminDTO for details. | |
| userId |
UserId for user to administrate
System only used field at the moment. | |
| userName |
UserName for user to administrate
Username MUST be the samme as users email! |