| RoleAssignmentControllerGetRoleApprovalProcesses Method |
Method returns a collection of (role approval) processes
working on specific role approval data object ids.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Processes GetRoleApprovalProcesses(
IntegerList roleApprovalIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- roleApprovalIds
- Type: IntegerList
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Processes
See Also