Click or drag to resize

PasswordResetArgs Class

Class used to pass parameters to the delegate function SendOneTimeCodeDelegate.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicAppEventArgs
      Omada.OE.Solution.OIM.AppLogic.ModelPasswordResetArgs

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
Syntax
C#
public class PasswordResetArgs : AppEventArgs

The PasswordResetArgs type exposes the following members.

Constructors
  NameDescription
Public methodPasswordResetArgs
Constructor with all the members
Top
Properties
  NameDescription
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyFactory
(Inherited from AppEventArgs.)
Top
Fields
  NameDescription
Public fieldAccountAssignments
RoPE Account Assignment. Can be null
Public fieldIdentity
Identity.
Public fieldIsPasswordChange
Is the password reset performed by the account owner himself, and thereby a password change rather than a reset
Public fieldPassword
The new password
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also