Click or drag to resize

RoleAssignmentControllerCreateRoleAssignments Method

Overload List
  NameDescription
Public methodCreateRoleAssignments(CodeMethodRoleAssignmentCreationParams)
The method creates a number of resource assignments for a number of identities. The method is a utility to be used for the implementation of code methods. The method creates resource assignment objects for a number of specified resources. The method launches approval processes if this is needed.
Public methodCreateRoleAssignments(RoleAssignmentCreationParams, DataObjects)
Creates resource assignment objects for a single identity to a number of resources. The method launches approval processes if this is needed.
Public methodStatic memberCreateRoleAssignments(CodeMethodRoleAssignmentCreationParams, SqlConnection, SqlTransaction)
The method creates a number of resource assignments for a number of identities. The method is a utility to be used for the implementation of code methods. The method creates resource assignment objects for a number of specified resources. The method launches approval processes if this is needed.
Public methodStatic memberCreateRoleAssignments(RoleAssignmentCreationParams, DataObjects, SqlConnection, SqlTransaction)
Creates resource assignment objects for a single identity to a number of resources. The method launches approval processes if this is needed.
Top
See Also