PasswordResetArgs Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.Model
public class PasswordResetArgs : AppEventArgs
The PasswordResetArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PasswordResetArgs |
Constructor with all the members
|
| Name | Description | |
|---|---|---|
| DbConnection |
The current database connection.
(Inherited from AppEventArgs.) | |
| DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) | |
| Factory | (Inherited from AppEventArgs.) |
| Name | Description | |
|---|---|---|
| AccountAssignments |
RoPE Account Assignment. Can be null
| |
| Identity |
Identity.
| |
| IsPasswordChange |
Is the password reset performed by the account owner himself, and thereby a password change rather than a reset
| |
| Password |
The new password
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |