Click or drag to resize

RoleApprovalLogEntry Constructor

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public RoleApprovalLogEntry(
	RoleApprovalAction action,
	int roleAssignmentId,
	string performer,
	int performerId,
	string identity,
	int identityId,
	string role,
	int roleId
)

Parameters

action
Type: Omada.OE.Solution.OIM.ModelRoleApprovalAction
roleAssignmentId
Type: SystemInt32
performer
Type: SystemString
performerId
Type: SystemInt32
identity
Type: SystemString
identityId
Type: SystemInt32
role
Type: SystemString
roleId
Type: SystemInt32
See Also