Click or drag to resize

CodeMethodRoleAssignmentCreationParams Constructor

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 CodeMethodRoleAssignmentCreationParams(
	int actionObjectId,
	int requestedRolesPropertyId,
	int requestorPropertyId
)

Parameters

actionObjectId
Type: SystemInt32
requestedRolesPropertyId
Type: SystemInt32
requestorPropertyId
Type: SystemInt32
See Also