Click or drag to resize

PasswordResetCompletedArgs 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
Syntax
C#
public PasswordResetCompletedArgs(
	int identityId,
	PasswordResetStatus result,
	string errorMsg,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityId
Type: SystemInt32
result
Type: Omada.OE.Solution.OIM.AppLogic.ModelPasswordResetStatus
errorMsg
Type: SystemString
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also