Click or drag to resize

AuditLogControllerCreateSoDDecisionLogEntry Method

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 virtual void CreateSoDDecisionLogEntry(
	string actorRole,
	AuditTrailAnswer answer,
	DateTime when,
	int approverID,
	string reason,
	int identityID,
	int resourceID,
	int activityID,
	int compCtrlID,
	DateTime expiration,
	string constraints
)

Parameters

actorRole
Type: SystemString
answer
Type: Omada.OE.Solution.OIM.ModelAuditTrailAnswer
when
Type: SystemDateTime
approverID
Type: SystemInt32
reason
Type: SystemString
identityID
Type: SystemInt32
resourceID
Type: SystemInt32
activityID
Type: SystemInt32
compCtrlID
Type: SystemInt32
expiration
Type: SystemDateTime
constraints
Type: SystemString
See Also