Click or drag to resize

RoleAssignmentControllerGetRoleApprovalIdsForRoleAssignment Method

Method returns a collection of role approval data object ids concerning a specific role assignment data object.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetRoleApprovalIdsForRoleAssignment(
	int roleAssignmentId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

roleAssignmentId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also