| SendOneTimeCodeArgs 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 SendOneTimeCodeArgs(
DataObject identity,
string oneTimeCode,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
- oneTimeCode
- Type: SystemString
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also