| AuditLogControllerCreateResourceApprovalDecisionLogEntry 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
Syntaxpublic void CreateResourceApprovalDecisionLogEntry(
string actorRole,
AuditTrailAnswer answer,
DateTime when,
int approverID,
string reason,
int resAssnId,
int identityID,
int resourceID,
int activityID,
bool IsExtensionApproval
)
Parameters
- actorRole
- Type: SystemString
- answer
- Type: Omada.OE.Solution.OIM.ModelAuditTrailAnswer
- when
- Type: SystemDateTime
- approverID
- Type: SystemInt32
- reason
- Type: SystemString
- resAssnId
- Type: SystemInt32
- identityID
- Type: SystemInt32
- resourceID
- Type: SystemInt32
- activityID
- Type: SystemInt32
- IsExtensionApproval
- Type: SystemBoolean
See Also