Click or drag to resize

RoleAssignmentControllerUpdateRoleAssignments Method (IEnumerableInt32, RoleAssignmentUpdateOptions, SqlConnection, SqlTransaction)

The method updates a number of ResourceAssignment data objects. The method doesn't consider security.

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 void UpdateRoleAssignments(
	IEnumerable<int> roleAssignmentIds,
	RoleAssignmentUpdateOptions updateOptions,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

roleAssignmentIds
Type: System.Collections.GenericIEnumerableInt32
updateOptions
Type: Omada.OE.Solution.OIM.ModelRoleAssignmentUpdateOptions
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also