| PasswordResetArgs Constructor |
Constructor with all the members
Namespace:
Omada.OE.Solution.OIM.AppLogic.Model
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic PasswordResetArgs(
DataObject identity,
List<CalculatedAssignment> accountAssignments,
string password,
bool isPasswordChange,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
- accountAssignments
- Type: System.Collections.GenericListCalculatedAssignment
RoPE Account Assignments. Can be null, then all default accounts should be used - password
- Type: SystemString
- isPasswordChange
- Type: SystemBoolean
Is the password reset performed by the account owner himself, and thereby a password change rather than a reset - dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also