Click or drag to resize

AccessRequestV2GetCodeMethodRoleAssignmentCreationParams Method

This method constructs the CodeMethodRoleAssignmentCreationParams object for the packaged solution Access Request v2. It can be used in custom access request implementations to customize the Access Request by replacing the standard CodeMethod.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static CodeMethodRoleAssignmentCreationParams GetCodeMethodRoleAssignmentCreationParams(
	int actionObjectId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

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

Return Value

Type: CodeMethodRoleAssignmentCreationParams
See Also